Uses of Interface
org.jibx.binding.model.IComponent
-
Packages that use IComponent Package Description org.jibx.binding.model -
-
Uses of IComponent in org.jibx.binding.model
Classes in org.jibx.binding.model that implement IComponent Modifier and Type Class Description classCollectionElementModel component for collection element of binding definition.classStructureElementModel component for structure element of binding definition.classStructureElementBaseModel component for elements that define the binding structure for an object property.classValueElementModel component for value element.Methods in org.jibx.binding.model that return IComponent Modifier and Type Method Description IComponentContainerElementBase. getId()Get ID property child.Methods in org.jibx.binding.model with parameters of type IComponent Modifier and Type Method Description booleanCollectionElement. setIdChild(IComponent child)Set ID property.voidContainerElementBase. setIdChild(IComponent child, ValidationContext vctx)Set ID property child.
-