jcama
Class ScopeDescr

java.lang.Object
  extended by jcama.ScopeDescr

public class ScopeDescr
extends java.lang.Object

Describes properties of a class to create with CreateScope operation


Constructor Summary
ScopeDescr(int rolesn, CamaKey scopeType)
          Creates a new instance of ScopeDescr
 
Method Summary
 ScopeDescr add(ScopeRoleRest rr, CamaKey rkey)
           
 ScopeRoleRest getRest(int i)
           
 CamaKey roleKey(int i)
           
 int roles()
           
 CamaKey scopeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeDescr

public ScopeDescr(int rolesn,
                  CamaKey scopeType)
Creates a new instance of ScopeDescr

Method Detail

add

public ScopeDescr add(ScopeRoleRest rr,
                      CamaKey rkey)

roles

public int roles()

getRest

public ScopeRoleRest getRest(int i)

scopeType

public CamaKey scopeType()

roleKey

public CamaKey roleKey(int i)