Class AbstractModelInstanceCollectionInfo<ITEM>
java.lang.Object
gov.nist.secauto.metaschema.databind.model.info.AbstractModelInstanceCollectionInfo<ITEM>
- All Implemented Interfaces:
IModelInstanceCollectionInfo<ITEM>
public abstract class AbstractModelInstanceCollectionInfo<ITEM>
extends Object
implements IModelInstanceCollectionInfo<ITEM>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the associated instance binding for which this info is for.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gov.nist.secauto.metaschema.databind.model.info.IModelInstanceCollectionInfo
deepCopyItems, emptyValue, getItemsFromParentInstance, getItemsFromValue, getItemType, isEmpty, readItems, size, writeItems
-
Constructor Details
-
AbstractModelInstanceCollectionInfo
-
-
Method Details
-
getInstance
Description copied from interface:IModelInstanceCollectionInfo
Get the associated instance binding for which this info is for.- Specified by:
getInstance
in interfaceIModelInstanceCollectionInfo<ITEM>
- Returns:
- the instance binding
-