Interface IBoundProperty<ITEM>
- All Superinterfaces:
IBoundModelObject<ITEM>
,IDefaultable
,IFeatureJavaField
,IItemValueHandler<ITEM>
,IJsonNamed
,IValued
,IValuedMutable
- All Known Subinterfaces:
IBoundFieldValue
,IBoundInstance<ITEM>
,IBoundInstanceFlag
,IBoundInstanceModel<ITEM>
,IBoundInstanceModelAssembly
,IBoundInstanceModelChoiceGroup
,IBoundInstanceModelField<ITEM>
,IBoundInstanceModelFieldComplex
,IBoundInstanceModelFieldScalar
,IBoundInstanceModelNamed<ITEM>
public interface IBoundProperty<ITEM>
extends IBoundModelObject<ITEM>, IFeatureJavaField, IJsonNamed
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deepCopy
(IBoundObject fromInstance, IBoundObject toInstance) Copy this instance from one parent object to another.Methods inherited from interface gov.nist.secauto.metaschema.databind.model.IBoundModelObject
canHandleXmlQName
Methods inherited from interface gov.nist.secauto.metaschema.core.model.IDefaultable
getDefaultValue, getEffectiveDefaultValue, getResolvedDefaultValue
Methods inherited from interface gov.nist.secauto.metaschema.databind.model.IFeatureJavaField
getField, getItemType, getType, getValue, setValue
Methods inherited from interface gov.nist.secauto.metaschema.databind.model.info.IItemValueHandler
deepCopyItem, readItem, writeItem
Methods inherited from interface gov.nist.secauto.metaschema.core.model.IJsonNamed
getJsonName
-
Method Details
-
deepCopy
void deepCopy(@NonNull IBoundObject fromInstance, @NonNull IBoundObject toInstance) throws BindingException Copy this instance from one parent object to another.- Parameters:
fromInstance
- the object to copy fromtoInstance
- the object to copy to- Throws:
BindingException
- if an error occurred while processing the object bindings
-