Package com._1c.g5.v8.dt.rights.model
Interface RightsPackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RightsPackageImpl
public interface RightsPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
RightsFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RightsPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static RightsPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
OBJECT_RIGHT
The meta object id for the 'Object Right
' class.static int
OBJECT_RIGHT__RESTRICTIONS_BY_CONDITION
The feature id for the 'Restrictions By Condition' containment reference list.static int
OBJECT_RIGHT__RIGHT
The feature id for the 'Right' reference.static int
OBJECT_RIGHT__VALUE
The feature id for the 'Value' attribute.static int
OBJECT_RIGHT_FEATURE_COUNT
The number of structural features of the 'Object Right' class.static int
OBJECT_RIGHT_OPERATION_COUNT
The number of operations of the 'Object Right' class.static int
OBJECT_RIGHTS
The meta object id for the 'Object Rights
' class.static int
OBJECT_RIGHTS___VALIDATE__DIAGNOSTICCHAIN_MAP
The operation id for the 'Validate' operation.static int
OBJECT_RIGHTS__OBJECT
The feature id for the 'Object' reference.static int
OBJECT_RIGHTS__RIGHTS
The feature id for the 'Rights' containment reference list.static int
OBJECT_RIGHTS_FEATURE_COUNT
The number of structural features of the 'Object Rights' class.static int
OBJECT_RIGHTS_OPERATION_COUNT
The number of operations of the 'Object Rights' class.static int
RESTRICTION_TEMPLATE
The meta object id for the 'Restriction Template
' class.static int
RESTRICTION_TEMPLATE__CONDITION
The feature id for the 'Condition' attribute.static int
RESTRICTION_TEMPLATE__NAME
The feature id for the 'Name' attribute.static int
RESTRICTION_TEMPLATE_FEATURE_COUNT
The number of structural features of the 'Restriction Template' class.static int
RESTRICTION_TEMPLATE_OPERATION_COUNT
The number of operations of the 'Restriction Template' class.static int
RIGHT
The meta object id for the 'Right
' class.static int
RIGHT__NAME
The feature id for the 'Name' attribute.static int
RIGHT__NAME_RU
The feature id for the 'Name Ru' attribute.static int
RIGHT_FEATURE_COUNT
The number of structural features of the 'Right' class.static int
RIGHT_INFO
The meta object id for the 'Right Info
' class.static int
RIGHT_INFO__CHILD_RIGHTS
The feature id for the 'Child Rights' reference list.static int
RIGHT_INFO__ECLASS
The feature id for the 'EClass' reference.static int
RIGHT_INFO__NAME
The feature id for the 'Name' attribute.static int
RIGHT_INFO__PARENT_RIGHTS
The feature id for the 'Parent Rights' reference list.static int
RIGHT_INFO__RIGHT
The feature id for the 'Right' reference.static int
RIGHT_INFO_FEATURE_COUNT
The number of structural features of the 'Right Info' class.static int
RIGHT_INFO_OPERATION_COUNT
The number of operations of the 'Right Info' class.static int
RIGHT_OPERATION_COUNT
The number of operations of the 'Right' class.static int
RIGHT_VALUE
The meta object id for the 'Right Value
' enum.static int
RLS
The meta object id for the 'Rls
' class.static int
RLS__CONDITION
The feature id for the 'Condition' attribute.static int
RLS__FIELDS
The feature id for the 'Fields' reference list.static int
RLS_FEATURE_COUNT
The number of structural features of the 'Rls' class.static int
RLS_OPERATION_COUNT
The number of operations of the 'Rls' class.static int
ROLE
The meta object id for the 'Role' data type.static int
ROLE_DESCRIPTION
The meta object id for the 'Role Description
' class.static int
ROLE_DESCRIPTION__INDEPENDENT_RIGHTS_OF_CHILD_OBJECTS
The feature id for the 'Independent Rights Of Child Objects' attribute.static int
ROLE_DESCRIPTION__RIGHTS
The feature id for the 'Rights' containment reference list.static int
ROLE_DESCRIPTION__SET_FOR_ATTRIBUTES_BY_DEFAULT
The feature id for the 'Set For Attributes By Default' attribute.static int
ROLE_DESCRIPTION__SET_FOR_NEW_OBJECTS
The feature id for the 'Set For New Objects' attribute.static int
ROLE_DESCRIPTION__TEMPLATES
The feature id for the 'Templates' containment reference list.static int
ROLE_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Role Description' class.static int
ROLE_DESCRIPTION_OPERATION_COUNT
The number of operations of the 'Role Description' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getObjectRight()
Returns the meta object for class 'Object Right
'.org.eclipse.emf.ecore.EReference
getObjectRight_RestrictionsByCondition()
Returns the meta object for the containment reference list 'Restrictions By Condition
'.org.eclipse.emf.ecore.EReference
getObjectRight_Right()
Returns the meta object for the reference 'Right
'.org.eclipse.emf.ecore.EAttribute
getObjectRight_Value()
Returns the meta object for the attribute 'Value
'.org.eclipse.emf.ecore.EClass
getObjectRights()
Returns the meta object for class 'Object Rights
'.org.eclipse.emf.ecore.EOperation
getObjectRights__Validate__DiagnosticChain_Map()
Returns the meta object for the 'Validate
' operation.org.eclipse.emf.ecore.EReference
getObjectRights_Object()
Returns the meta object for the reference 'Object
'.org.eclipse.emf.ecore.EReference
getObjectRights_Rights()
Returns the meta object for the containment reference list 'Rights
'.org.eclipse.emf.ecore.EClass
getRestrictionTemplate()
Returns the meta object for class 'Restriction Template
'.org.eclipse.emf.ecore.EAttribute
getRestrictionTemplate_Condition()
Returns the meta object for the attribute 'Condition
'.org.eclipse.emf.ecore.EAttribute
getRestrictionTemplate_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EClass
getRight()
Returns the meta object for class 'Right
'.org.eclipse.emf.ecore.EClass
getRightInfo()
Returns the meta object for class 'Right Info
'.org.eclipse.emf.ecore.EReference
getRightInfo_ChildRights()
Returns the meta object for the reference list 'Child Rights
'.org.eclipse.emf.ecore.EReference
getRightInfo_EClass()
Returns the meta object for the reference 'EClass
'.org.eclipse.emf.ecore.EReference
getRightInfo_ParentRights()
Returns the meta object for the reference list 'Parent Rights
'.org.eclipse.emf.ecore.EReference
getRightInfo_Right()
Returns the meta object for the reference 'Right
'.RightsFactory
getRightsFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EEnum
getRightValue()
Returns the meta object for enum 'Right Value
'.org.eclipse.emf.ecore.EClass
getRls()
Returns the meta object for class 'Rls
'.org.eclipse.emf.ecore.EAttribute
getRls_Condition()
Returns the meta object for the attribute 'Condition
'.org.eclipse.emf.ecore.EReference
getRls_Fields()
Returns the meta object for the reference list 'Fields
'.org.eclipse.emf.ecore.EDataType
getRole()
Returns the meta object for data type 'Role
'.org.eclipse.emf.ecore.EClass
getRoleDescription()
Returns the meta object for class 'Role Description
'.org.eclipse.emf.ecore.EAttribute
getRoleDescription_IndependentRightsOfChildObjects()
Returns the meta object for the attribute 'Independent Rights Of Child Objects
'.org.eclipse.emf.ecore.EReference
getRoleDescription_Rights()
Returns the meta object for the containment reference list 'Rights
'.org.eclipse.emf.ecore.EAttribute
getRoleDescription_SetForAttributesByDefault()
Returns the meta object for the attribute 'Set For Attributes By Default
'.org.eclipse.emf.ecore.EAttribute
getRoleDescription_SetForNewObjects()
Returns the meta object for the attribute 'Set For New Objects
'.org.eclipse.emf.ecore.EReference
getRoleDescription_Templates()
Returns the meta object for the containment reference list 'Templates
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final RightsPackage eINSTANCE
The singleton instance of the package.
-
ROLE_DESCRIPTION
static final int ROLE_DESCRIPTION
The meta object id for the 'Role Description
' class.
-
ROLE_DESCRIPTION__RIGHTS
static final int ROLE_DESCRIPTION__RIGHTS
The feature id for the 'Rights' containment reference list.- See Also:
- Constant Field Values
-
ROLE_DESCRIPTION__TEMPLATES
static final int ROLE_DESCRIPTION__TEMPLATES
The feature id for the 'Templates' containment reference list.- See Also:
- Constant Field Values
-
ROLE_DESCRIPTION__SET_FOR_NEW_OBJECTS
static final int ROLE_DESCRIPTION__SET_FOR_NEW_OBJECTS
The feature id for the 'Set For New Objects' attribute.- See Also:
- Constant Field Values
-
ROLE_DESCRIPTION__SET_FOR_ATTRIBUTES_BY_DEFAULT
static final int ROLE_DESCRIPTION__SET_FOR_ATTRIBUTES_BY_DEFAULT
The feature id for the 'Set For Attributes By Default' attribute.- See Also:
- Constant Field Values
-
ROLE_DESCRIPTION__INDEPENDENT_RIGHTS_OF_CHILD_OBJECTS
static final int ROLE_DESCRIPTION__INDEPENDENT_RIGHTS_OF_CHILD_OBJECTS
The feature id for the 'Independent Rights Of Child Objects' attribute.- See Also:
- Constant Field Values
-
ROLE_DESCRIPTION_FEATURE_COUNT
static final int ROLE_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Role Description' class.- See Also:
- Constant Field Values
-
ROLE_DESCRIPTION_OPERATION_COUNT
static final int ROLE_DESCRIPTION_OPERATION_COUNT
The number of operations of the 'Role Description' class.- See Also:
- Constant Field Values
-
OBJECT_RIGHTS
static final int OBJECT_RIGHTS
The meta object id for the 'Object Rights
' class.
-
OBJECT_RIGHTS__OBJECT
static final int OBJECT_RIGHTS__OBJECT
The feature id for the 'Object' reference.- See Also:
- Constant Field Values
-
OBJECT_RIGHTS__RIGHTS
static final int OBJECT_RIGHTS__RIGHTS
The feature id for the 'Rights' containment reference list.- See Also:
- Constant Field Values
-
OBJECT_RIGHTS_FEATURE_COUNT
static final int OBJECT_RIGHTS_FEATURE_COUNT
The number of structural features of the 'Object Rights' class.- See Also:
- Constant Field Values
-
OBJECT_RIGHTS___VALIDATE__DIAGNOSTICCHAIN_MAP
static final int OBJECT_RIGHTS___VALIDATE__DIAGNOSTICCHAIN_MAP
The operation id for the 'Validate' operation.- See Also:
- Constant Field Values
-
OBJECT_RIGHTS_OPERATION_COUNT
static final int OBJECT_RIGHTS_OPERATION_COUNT
The number of operations of the 'Object Rights' class.- See Also:
- Constant Field Values
-
OBJECT_RIGHT
static final int OBJECT_RIGHT
The meta object id for the 'Object Right
' class.
-
OBJECT_RIGHT__RIGHT
static final int OBJECT_RIGHT__RIGHT
The feature id for the 'Right' reference.- See Also:
- Constant Field Values
-
OBJECT_RIGHT__VALUE
static final int OBJECT_RIGHT__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
OBJECT_RIGHT__RESTRICTIONS_BY_CONDITION
static final int OBJECT_RIGHT__RESTRICTIONS_BY_CONDITION
The feature id for the 'Restrictions By Condition' containment reference list.- See Also:
- Constant Field Values
-
OBJECT_RIGHT_FEATURE_COUNT
static final int OBJECT_RIGHT_FEATURE_COUNT
The number of structural features of the 'Object Right' class.- See Also:
- Constant Field Values
-
OBJECT_RIGHT_OPERATION_COUNT
static final int OBJECT_RIGHT_OPERATION_COUNT
The number of operations of the 'Object Right' class.- See Also:
- Constant Field Values
-
RLS
static final int RLS
The meta object id for the 'Rls
' class.- See Also:
RlsImpl
,RightsPackageImpl.getRls()
, Constant Field Values
-
RLS__FIELDS
static final int RLS__FIELDS
The feature id for the 'Fields' reference list.- See Also:
- Constant Field Values
-
RLS__CONDITION
static final int RLS__CONDITION
The feature id for the 'Condition' attribute.- See Also:
- Constant Field Values
-
RLS_FEATURE_COUNT
static final int RLS_FEATURE_COUNT
The number of structural features of the 'Rls' class.- See Also:
- Constant Field Values
-
RLS_OPERATION_COUNT
static final int RLS_OPERATION_COUNT
The number of operations of the 'Rls' class.- See Also:
- Constant Field Values
-
RESTRICTION_TEMPLATE
static final int RESTRICTION_TEMPLATE
The meta object id for the 'Restriction Template
' class.
-
RESTRICTION_TEMPLATE__NAME
static final int RESTRICTION_TEMPLATE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
RESTRICTION_TEMPLATE__CONDITION
static final int RESTRICTION_TEMPLATE__CONDITION
The feature id for the 'Condition' attribute.- See Also:
- Constant Field Values
-
RESTRICTION_TEMPLATE_FEATURE_COUNT
static final int RESTRICTION_TEMPLATE_FEATURE_COUNT
The number of structural features of the 'Restriction Template' class.- See Also:
- Constant Field Values
-
RESTRICTION_TEMPLATE_OPERATION_COUNT
static final int RESTRICTION_TEMPLATE_OPERATION_COUNT
The number of operations of the 'Restriction Template' class.- See Also:
- Constant Field Values
-
RIGHT
static final int RIGHT
The meta object id for the 'Right
' class.
-
RIGHT__NAME
static final int RIGHT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
RIGHT__NAME_RU
static final int RIGHT__NAME_RU
The feature id for the 'Name Ru' attribute.- See Also:
- Constant Field Values
-
RIGHT_FEATURE_COUNT
static final int RIGHT_FEATURE_COUNT
The number of structural features of the 'Right' class.- See Also:
- Constant Field Values
-
RIGHT_OPERATION_COUNT
static final int RIGHT_OPERATION_COUNT
The number of operations of the 'Right' class.- See Also:
- Constant Field Values
-
RIGHT_INFO
static final int RIGHT_INFO
The meta object id for the 'Right Info
' class.
-
RIGHT_INFO__NAME
static final int RIGHT_INFO__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
RIGHT_INFO__RIGHT
static final int RIGHT_INFO__RIGHT
The feature id for the 'Right' reference.- See Also:
- Constant Field Values
-
RIGHT_INFO__ECLASS
static final int RIGHT_INFO__ECLASS
The feature id for the 'EClass' reference.- See Also:
- Constant Field Values
-
RIGHT_INFO__PARENT_RIGHTS
static final int RIGHT_INFO__PARENT_RIGHTS
The feature id for the 'Parent Rights' reference list.- See Also:
- Constant Field Values
-
RIGHT_INFO__CHILD_RIGHTS
static final int RIGHT_INFO__CHILD_RIGHTS
The feature id for the 'Child Rights' reference list.- See Also:
- Constant Field Values
-
RIGHT_INFO_FEATURE_COUNT
static final int RIGHT_INFO_FEATURE_COUNT
The number of structural features of the 'Right Info' class.- See Also:
- Constant Field Values
-
RIGHT_INFO_OPERATION_COUNT
static final int RIGHT_INFO_OPERATION_COUNT
The number of operations of the 'Right Info' class.- See Also:
- Constant Field Values
-
RIGHT_VALUE
static final int RIGHT_VALUE
The meta object id for the 'Right Value
' enum.
-
ROLE
static final int ROLE
The meta object id for the 'Role' data type.- See Also:
Role
,RightsPackageImpl.getRole()
, Constant Field Values
-
-
Method Detail
-
getRoleDescription
org.eclipse.emf.ecore.EClass getRoleDescription()
Returns the meta object for class 'Role Description
'.- Returns:
- the meta object for class 'Role Description'.
- See Also:
RoleDescription
-
getRoleDescription_Rights
org.eclipse.emf.ecore.EReference getRoleDescription_Rights()
Returns the meta object for the containment reference list 'Rights
'.- Returns:
- the meta object for the containment reference list 'Rights'.
- See Also:
RoleDescription.getRights()
,getRoleDescription()
-
getRoleDescription_Templates
org.eclipse.emf.ecore.EReference getRoleDescription_Templates()
Returns the meta object for the containment reference list 'Templates
'.- Returns:
- the meta object for the containment reference list 'Templates'.
- See Also:
RoleDescription.getTemplates()
,getRoleDescription()
-
getRoleDescription_SetForNewObjects
org.eclipse.emf.ecore.EAttribute getRoleDescription_SetForNewObjects()
Returns the meta object for the attribute 'Set For New Objects
'.- Returns:
- the meta object for the attribute 'Set For New Objects'.
- See Also:
RoleDescription.isSetForNewObjects()
,getRoleDescription()
-
getRoleDescription_SetForAttributesByDefault
org.eclipse.emf.ecore.EAttribute getRoleDescription_SetForAttributesByDefault()
Returns the meta object for the attribute 'Set For Attributes By Default
'.- Returns:
- the meta object for the attribute 'Set For Attributes By Default'.
- See Also:
RoleDescription.isSetForAttributesByDefault()
,getRoleDescription()
-
getRoleDescription_IndependentRightsOfChildObjects
org.eclipse.emf.ecore.EAttribute getRoleDescription_IndependentRightsOfChildObjects()
Returns the meta object for the attribute 'Independent Rights Of Child Objects
'.- Returns:
- the meta object for the attribute 'Independent Rights Of Child Objects'.
- See Also:
RoleDescription.isIndependentRightsOfChildObjects()
,getRoleDescription()
-
getObjectRights
org.eclipse.emf.ecore.EClass getObjectRights()
Returns the meta object for class 'Object Rights
'.- Returns:
- the meta object for class 'Object Rights'.
- See Also:
ObjectRights
-
getObjectRights_Object
org.eclipse.emf.ecore.EReference getObjectRights_Object()
Returns the meta object for the reference 'Object
'.- Returns:
- the meta object for the reference 'Object'.
- See Also:
ObjectRights.getObject()
,getObjectRights()
-
getObjectRights_Rights
org.eclipse.emf.ecore.EReference getObjectRights_Rights()
Returns the meta object for the containment reference list 'Rights
'.- Returns:
- the meta object for the containment reference list 'Rights'.
- See Also:
ObjectRights.getRights()
,getObjectRights()
-
getObjectRights__Validate__DiagnosticChain_Map
org.eclipse.emf.ecore.EOperation getObjectRights__Validate__DiagnosticChain_Map()
Returns the meta object for the 'Validate
' operation.- Returns:
- the meta object for the 'Validate' operation.
- See Also:
ObjectRights.validate(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
-
getObjectRight
org.eclipse.emf.ecore.EClass getObjectRight()
Returns the meta object for class 'Object Right
'.- Returns:
- the meta object for class 'Object Right'.
- See Also:
ObjectRight
-
getObjectRight_Right
org.eclipse.emf.ecore.EReference getObjectRight_Right()
Returns the meta object for the reference 'Right
'.- Returns:
- the meta object for the reference 'Right'.
- See Also:
ObjectRight.getRight()
,getObjectRight()
-
getObjectRight_Value
org.eclipse.emf.ecore.EAttribute getObjectRight_Value()
Returns the meta object for the attribute 'Value
'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
ObjectRight.getValue()
,getObjectRight()
-
getObjectRight_RestrictionsByCondition
org.eclipse.emf.ecore.EReference getObjectRight_RestrictionsByCondition()
Returns the meta object for the containment reference list 'Restrictions By Condition
'.- Returns:
- the meta object for the containment reference list 'Restrictions By Condition'.
- See Also:
ObjectRight.getRestrictionsByCondition()
,getObjectRight()
-
getRls
org.eclipse.emf.ecore.EClass getRls()
Returns the meta object for class 'Rls
'.- Returns:
- the meta object for class 'Rls'.
- See Also:
Rls
-
getRls_Fields
org.eclipse.emf.ecore.EReference getRls_Fields()
Returns the meta object for the reference list 'Fields
'.- Returns:
- the meta object for the reference list 'Fields'.
- See Also:
Rls.getFields()
,getRls()
-
getRls_Condition
org.eclipse.emf.ecore.EAttribute getRls_Condition()
Returns the meta object for the attribute 'Condition
'.- Returns:
- the meta object for the attribute 'Condition'.
- See Also:
Rls.getCondition()
,getRls()
-
getRestrictionTemplate
org.eclipse.emf.ecore.EClass getRestrictionTemplate()
Returns the meta object for class 'Restriction Template
'.- Returns:
- the meta object for class 'Restriction Template'.
- See Also:
RestrictionTemplate
-
getRestrictionTemplate_Name
org.eclipse.emf.ecore.EAttribute getRestrictionTemplate_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
RestrictionTemplate.getName()
,getRestrictionTemplate()
-
getRestrictionTemplate_Condition
org.eclipse.emf.ecore.EAttribute getRestrictionTemplate_Condition()
Returns the meta object for the attribute 'Condition
'.- Returns:
- the meta object for the attribute 'Condition'.
- See Also:
RestrictionTemplate.getCondition()
,getRestrictionTemplate()
-
getRight
org.eclipse.emf.ecore.EClass getRight()
Returns the meta object for class 'Right
'.- Returns:
- the meta object for class 'Right'.
- See Also:
Right
-
getRightInfo
org.eclipse.emf.ecore.EClass getRightInfo()
Returns the meta object for class 'Right Info
'.- Returns:
- the meta object for class 'Right Info'.
- See Also:
RightInfo
-
getRightInfo_Right
org.eclipse.emf.ecore.EReference getRightInfo_Right()
Returns the meta object for the reference 'Right
'.- Returns:
- the meta object for the reference 'Right'.
- See Also:
RightInfo.getRight()
,getRightInfo()
-
getRightInfo_EClass
org.eclipse.emf.ecore.EReference getRightInfo_EClass()
Returns the meta object for the reference 'EClass
'.- Returns:
- the meta object for the reference 'EClass'.
- See Also:
RightInfo.getEClass()
,getRightInfo()
-
getRightInfo_ParentRights
org.eclipse.emf.ecore.EReference getRightInfo_ParentRights()
Returns the meta object for the reference list 'Parent Rights
'.- Returns:
- the meta object for the reference list 'Parent Rights'.
- See Also:
RightInfo.getParentRights()
,getRightInfo()
-
getRightInfo_ChildRights
org.eclipse.emf.ecore.EReference getRightInfo_ChildRights()
Returns the meta object for the reference list 'Child Rights
'.- Returns:
- the meta object for the reference list 'Child Rights'.
- See Also:
RightInfo.getChildRights()
,getRightInfo()
-
getRightValue
org.eclipse.emf.ecore.EEnum getRightValue()
Returns the meta object for enum 'Right Value
'.- Returns:
- the meta object for enum 'Right Value'.
- See Also:
RightValue
-
getRole
org.eclipse.emf.ecore.EDataType getRole()
Returns the meta object for data type 'Role
'.- Returns:
- the meta object for data type 'Role'.
- See Also:
Role
-
getRightsFactory
RightsFactory getRightsFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-