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
Constructors -
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, waitMethods 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:IModelInstanceCollectionInfoGet the associated instance binding for which this info is for.- Specified by:
getInstancein interfaceIModelInstanceCollectionInfo<ITEM>- Returns:
- the instance binding
-