Uses of Class
ARoad0.gBase.StringRightImpl

Packages that use StringRightImpl
ARoad0.gBase CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. 
 

Uses of StringRightImpl in ARoad0.gBase
 

Fields in ARoad0.gBase declared as StringRightImpl
static StringRightImpl StringRightImpl.EMPTY_INSTANCE
          A reusable empty instance for initialization, to avoid the use of 'new' for temporary values.
protected  StringRightImpl StringMetaRightImpl.sRight_
          The right, as an embedded instance.
 

Methods in ARoad0.gBase with parameters of type StringRightImpl
protected  void StringMetaRightImpl.addACSRight(StringRightImpl _right)
          Add an ACS right which is associated to this metaright in an ACS.
protected  void StringMetaRightImpl.removeACSRight(StringRightImpl _right)
          Remove an ACS right which is associated to this metaright.
 

Constructors in ARoad0.gBase with parameters of type StringRightImpl
StringRightImpl(java.lang.String _kernelRight, StringMetaRight _meta, java.lang.Integer _internalKey, StringRightImpl[] _l_upperRights, java.lang.String _targetClassType, ACSRun _acsRun)
          Constructor used for the creation of an ACS right.