Uses of Class
goldengate.common.xml.XmlType

Packages that use XmlType
goldengate.common.xml Classes implementing XML facility 
 

Uses of XmlType in goldengate.common.xml
 

Methods in goldengate.common.xml that return XmlType
 XmlType XmlValue.getType()
           
 XmlType XmlDecl.getType()
           
static XmlType XmlType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlType[] XmlType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in goldengate.common.xml with parameters of type XmlType
static Object XmlValue.getCloneValue(XmlType type, Object value)
          Utility function to get a clone of a value
 

Constructors in goldengate.common.xml with parameters of type XmlType
XmlDecl(String name, XmlType type, String xmlPath)
           
XmlDecl(String name, XmlType type, String xmlPath, boolean isMultiple)
           
XmlDecl(String name, XmlType type, String xmlPath, XmlDecl[] decls, boolean isMultiple)
           
XmlDecl(XmlType type, String xmlPath)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.