public abstract class Anydata extends InnerModelObject
ModelObject.ModelObjectType| Constructor and Description |
|---|
Anydata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnydata(InnerModelObject obj)
Adds the specified anydata to this model object.
|
List<InnerModelObject> |
anydata(Class<? extends InnerModelObject> c)
Returns the anydata for to a given anydata class.
|
Map<Class<? extends InnerModelObject>,List<InnerModelObject>> |
anydatas()
Returns the map of anydatas available to this model object.
|
void |
removeAnydata(InnerModelObject obj)
Removes the specified anydata to this model object.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic void addAnydata(InnerModelObject obj)
obj - model object of anydatapublic void removeAnydata(InnerModelObject obj)
obj - model object of anydatapublic Map<Class<? extends InnerModelObject>,List<InnerModelObject>> anydatas()
public List<InnerModelObject> anydata(Class<? extends InnerModelObject> c)
c - any class which extends the InnerModelObjectCopyright © 2018. All rights reserved.