Packageorg.spicefactory.lib.xml.mapper
Classpublic class SimpleMappingType
InheritanceSimpleMappingType Inheritance Object

Enumerations for the mapping types of simple property types (like String or Number).



Public Constants
 ConstantDefined By
  ATTRIBUTE : SimpleMappingType
[static] Constant for the mapping between a property and an XML attribute.
SimpleMappingType
  CHILD_TEXT_NODE : SimpleMappingType
[static] Constant for the mapping between a property and an XML text node wrapped in a child element.
SimpleMappingType
Constant Detail
ATTRIBUTEConstant
public static const ATTRIBUTE:SimpleMappingType

Constant for the mapping between a property and an XML attribute.

CHILD_TEXT_NODEConstant 
public static const CHILD_TEXT_NODE:SimpleMappingType

Constant for the mapping between a property and an XML text node wrapped in a child element.