|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegistryObjectType
A representation of the model object 'Registry Object Type'. id may be empty. If specified it may be in urn:uuid format or be in some arbitrary format. If id is empty registry must generate globally unique id. If id is provided and in proper UUID syntax (starts with urn:uuid:) registry will honour it. If id is provided and is not in proper UUID syntax then it is used for linkage within document and is ignored by the registry. In this case the registry generates a UUID for id attribute. id must not be null when object is being retrieved from the registry.
The following features are supported:
RimPackage.getRegistryObjectType()| Method Summary | |
|---|---|
java.lang.String |
getAccessControlPolicy()
Returns the value of the 'Access Control Policy' attribute. |
org.eclipse.emf.common.util.EList |
getClassification()
Returns the value of the 'Classification' containment reference list. |
InternationalStringType |
getDescription()
Returns the value of the 'Description' containment reference. |
org.eclipse.emf.common.util.EList |
getExternalIdentifier()
Returns the value of the 'External Identifier' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
InternationalStringType |
getName()
Returns the value of the 'Name' containment reference. |
java.lang.String |
getObjectType()
Returns the value of the 'Object Type' attribute. |
org.eclipse.emf.common.util.EList |
getSlot()
Returns the value of the 'Slot' containment reference list. |
void |
setAccessControlPolicy(java.lang.String value)
Sets the value of the ' Access Control Policy' attribute. |
void |
setDescription(InternationalStringType value)
Sets the value of the ' Description' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id' attribute. |
void |
setName(InternationalStringType value)
Sets the value of the ' Name' containment reference. |
void |
setObjectType(java.lang.String value)
Sets the value of the ' Object Type' attribute. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
InternationalStringType getName()
If the meaning of the 'Name' containment reference isn't clear, there really should be more of a description here...
setName(InternationalStringType),
RimPackage.getRegistryObjectType_Name()void setName(InternationalStringType value)
Name' containment reference.
value - the new value of the 'Name' containment reference.getName()InternationalStringType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(InternationalStringType),
RimPackage.getRegistryObjectType_Description()void setDescription(InternationalStringType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()org.eclipse.emf.common.util.EList getSlot()
SlotType1.
If the meaning of the 'Slot' containment reference list isn't clear, there really should be more of a description here...
RimPackage.getRegistryObjectType_Slot()org.eclipse.emf.common.util.EList getClassification()
ClassificationType.
If the meaning of the 'Classification' containment reference list isn't clear, there really should be more of a description here...
RimPackage.getRegistryObjectType_Classification()org.eclipse.emf.common.util.EList getExternalIdentifier()
ExternalIdentifierType.
If the meaning of the 'External Identifier' containment reference list isn't clear, there really should be more of a description here...
RimPackage.getRegistryObjectType_ExternalIdentifier()java.lang.String getAccessControlPolicy()
If the meaning of the 'Access Control Policy' attribute isn't clear, there really should be more of a description here...
setAccessControlPolicy(String),
RimPackage.getRegistryObjectType_AccessControlPolicy()void setAccessControlPolicy(java.lang.String value)
Access Control Policy' attribute.
value - the new value of the 'Access Control Policy' attribute.getAccessControlPolicy()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
RimPackage.getRegistryObjectType_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getObjectType()
If the meaning of the 'Object Type' attribute isn't clear, there really should be more of a description here...
setObjectType(String),
RimPackage.getRegistryObjectType_ObjectType()void setObjectType(java.lang.String value)
Object Type' attribute.
value - the new value of the 'Object Type' attribute.getObjectType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||