Uses of Class
ru.tehkode.permissions.backends.sql.SQLEntity.Type

Packages that use SQLEntity.Type
ru.tehkode.permissions.backends.sql   
 

Uses of SQLEntity.Type in ru.tehkode.permissions.backends.sql
 

Fields in ru.tehkode.permissions.backends.sql declared as SQLEntity.Type
protected  SQLEntity.Type SQLEntity.type
           
 

Methods in ru.tehkode.permissions.backends.sql that return SQLEntity.Type
static SQLEntity.Type SQLEntity.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SQLEntity.Type[] SQLEntity.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ru.tehkode.permissions.backends.sql with parameters of type SQLEntity.Type
static String[] SQLEntity.getEntitiesNames(SQLConnection sql, SQLEntity.Type type, boolean defaultOnly)
           
 

Constructors in ru.tehkode.permissions.backends.sql with parameters of type SQLEntity.Type
SQLEntity(String name, PermissionManager manager, SQLEntity.Type type, SQLConnection db)
           
 



Copyright © 2011. All Rights Reserved.