public interface IDynamicObject
| Modifier and Type | Method and Description |
|---|---|
default java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Gets a list of all dynamic attributes and values.
|
default java.lang.Object |
getAttributeValue(java.lang.String pAttributeID)
Gets the value of an attribute with the given ID or name.
|
default java.util.Collection<IComplexAttribute> |
getComplexAttributes()
Gets a collection of all
IComplexAttributes which represent the
child complex attributes of an IDynamicObject. |
DynamicObject |
getModelObject()
Gets the model object.
|
default java.util.Collection<IComplexAttribute> getComplexAttributes()
IComplexAttributes which represent the
child complex attributes of an IDynamicObject.IComplexAttributes.default java.lang.Object getAttributeValue(java.lang.String pAttributeID)
pAttributeID - the attribute ID or namenulldefault java.util.Map<java.lang.String,java.lang.Object> getAttributes()
DynamicObject getModelObject()
Copyright © 2015 Micro Focus GmbH. All rights reserved.