public interface ComplexAttributeBase extends DynamicObject
The following features are supported:
TaurusPackage.getComplexAttributeBase()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ComplexAttributeBase> |
getComplexAttribute()
Returns the value of the 'Complex Attribute' containment
reference list.
|
ComplexAttributeExtension |
getComplexAttributeExtension()
Gets the
ComplexAttributeExtension. |
java.lang.String |
getID()
Returns the value of the 'ID' attribute.
|
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute.
|
void |
setID(java.lang.String value)
Sets the value of the
'
ID' attribute. |
void |
setLabel(java.lang.String value)
Sets the value of the
'
Label' attribute. |
getComplexAttributes, getDynamicAttributes, getDynamicValue, setDynamicValuegetComment, isSetComment, setComment, unsetCommentorg.eclipse.emf.common.util.EList<ComplexAttributeBase> getComplexAttribute()
ComplexAttributeBase. Complex
attribute is a recursive construct. It can recursively call other complex
attributes. TaurusPackage.getComplexAttributeBase_ComplexAttribute()java.lang.String getID()
setID(String),
TaurusPackage.getComplexAttributeBase_ID()void setID(java.lang.String value)
ID' attribute. value - the new value of the 'ID' attribute.getID()java.lang.String getLabel()
setLabel(String),
TaurusPackage.getComplexAttributeBase_Label()void setLabel(java.lang.String value)
Label' attribute. value - the new value of the 'Label' attribute.getLabel()ComplexAttributeExtension getComplexAttributeExtension()
ComplexAttributeExtension.Copyright © 2015 Micro Focus GmbH. All rights reserved.