Interface IBoundModelObject<ITEM>
- Type Parameters:
ITEM
- the Java type for associated bound objects
- All Superinterfaces:
IItemValueHandler<ITEM>
- All Known Subinterfaces:
IBoundDefinitionFlag
,IBoundDefinitionModel<ITEM>
,IBoundDefinitionModelAssembly
,IBoundDefinitionModelComplex
,IBoundDefinitionModelField<ITEM>
,IBoundDefinitionModelFieldComplex
,IBoundFieldValue
,IBoundInstance<ITEM>
,IBoundInstanceFlag
,IBoundInstanceModel<ITEM>
,IBoundInstanceModelAssembly
,IBoundInstanceModelChoiceGroup
,IBoundInstanceModelField<ITEM>
,IBoundInstanceModelFieldComplex
,IBoundInstanceModelFieldScalar
,IBoundInstanceModelNamed<ITEM>
,IBoundProperty<ITEM>
Represents a binding of Java data to a Metaschema module construct, i.e.
definition, instance, field value.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canHandleXmlQName
(QName qname) Determine if the provided XML qualified name is associated with this property.Methods inherited from interface gov.nist.secauto.metaschema.databind.model.info.IItemValueHandler
deepCopyItem, readItem, writeItem
-
Method Details
-
canHandleXmlQName
Determine if the provided XML qualified name is associated with this property.- Parameters:
qname
- the XML qualified name of the property being parsed- Returns:
true
if the instance will handle this name, orfalse
otherwise
-