g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.accesscontrol.ActorType

Packages that use ActorType
eu.geclipse.core.accesscontrol   
 

Uses of ActorType in eu.geclipse.core.accesscontrol
 

Methods in eu.geclipse.core.accesscontrol that return ActorType
 ActorType IACLActor.getActorType()
          Returns the ActorType of this actor.
 ActorType[] IACLActor.getSupportedTypes()
          Queries the ActorTypes supported by this implementation.
static ActorType ActorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActorType[] ActorType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eu.geclipse.core.accesscontrol with parameters of type ActorType
 void IACLActor.setActorType(ActorType type)
          Sets the ActorType of this actor.
 


g-Eclipse
Release 1.0.0