public interface DynamicObject extends AWMObject
TaurusPackage.getDynamicObject()| Modifier and Type | Method and Description |
|---|---|
java.util.List<ComplexAttributeBase> |
getComplexAttributes()
Gets the list of modelled complex attributes of this object.
|
java.util.List<org.eclipse.emf.ecore.EStructuralFeature> |
getDynamicAttributes()
Gets all dynamic attributes from this object.
|
java.lang.Object |
getDynamicValue(java.lang.String pAttrID)
Gets the value of the given attribute ID or
null if the
attribute does not exist or does not have a value. |
void |
setDynamicValue(java.lang.String pAttrID,
java.lang.Object pNewValue)
Sets the value of the attribute with the given ID.
|
getComment, isSetComment, setComment, unsetCommentjava.lang.Object getDynamicValue(java.lang.String pAttrID)
null if the
attribute does not exist or does not have a value.pAttrID - the ID of the desired attributenull)void setDynamicValue(java.lang.String pAttrID,
java.lang.Object pNewValue)
pAttrID - the ID of the attributepNewValue - the new valuejava.util.List<org.eclipse.emf.ecore.EStructuralFeature> getDynamicAttributes()
java.util.List<ComplexAttributeBase> getComplexAttributes()
Copyright © 2015 Micro Focus GmbH. All rights reserved.