jcama
Class Role

java.lang.Object
  extended by jcama.Role

public abstract class Role
extends java.lang.Object


Field Summary
protected  RoleId roleid
           
protected  ScopeType scopetype
           
 
Constructor Summary
Role(ScopeType scopetype, RoleId roleid)
           
 
Method Summary
abstract  void role(Scope s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scopetype

protected ScopeType scopetype

roleid

protected RoleId roleid
Constructor Detail

Role

public Role(ScopeType scopetype,
            RoleId roleid)
Method Detail

role

public abstract void role(Scope s)