Uses of Class
com.caucho.amber.entity.EntityState

Packages that use EntityState
com.caucho.amber.entity   
 

Uses of EntityState in com.caucho.amber.entity
 

Methods in com.caucho.amber.entity that return EntityState
 EntityState Entity.__caucho_getEntityState()
          Get the entity state.
static EntityState EntityState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EntityState[] EntityState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.amber.entity with parameters of type EntityState
 void Entity.__caucho_setEntityState(EntityState state)
          Sets the entity state.