Uses of Class
org.jibx.binding.def.PropertyDefinition

Packages that use PropertyDefinition
org.jibx.binding.def   
 

Uses of PropertyDefinition in org.jibx.binding.def
 

Methods in org.jibx.binding.def that return PropertyDefinition
 PropertyDefinition ComponentProperty.getProperty()
          Get the property information.
 

Methods in org.jibx.binding.def with parameters of type PropertyDefinition
 IComponent MappingDirect.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
           
 IComponent PrecompiledConcreteMapping.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
           
 IComponent MappingDefinition.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
           
 IComponent PrecompiledAbstractMapping.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
           
 IComponent IMapping.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
          Build reference to mapping.
 

Constructors in org.jibx.binding.def with parameters of type PropertyDefinition
ComponentProperty(PropertyDefinition prop, IComponent impl, boolean skip)
          Constructor.
DirectGeneric(IContainer parent, String type, PropertyDefinition prop)
          Constructor with defined property.
DirectProperty(PropertyDefinition prop, DirectObject direct)
          Constructor.
MappingReference(IContainer contain, PropertyDefinition prop, String type, String reftext, String refqname, IContextObj objc, NameDefinition name, boolean synth, boolean nillable)
          Constructor from property and type.
OptionalStructureWrapper(IComponent wrap, PropertyDefinition prop, boolean load)
          Constructor.
PropertyDefinition(PropertyDefinition original)
          Copy constructor.
StructureReference(IContainer contain, String label, PropertyDefinition prop, boolean hasname, IContextObj cobj)
          Constructor.
ValueChild(IContainer contain, IContextObj objc, NameDefinition name, PropertyDefinition prop, StringConversion conv, int style, int ident, String constant, boolean nillable)
          Constructor.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.