Uses of Class
org.apache.synapse.config.xml.XMLConfigConstants.DATA_TYPES
-
Packages that use XMLConfigConstants.DATA_TYPES Package Description org.apache.synapse.config.xml Factories and serializers for XML based configuration. -
-
Uses of XMLConfigConstants.DATA_TYPES in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return XMLConfigConstants.DATA_TYPES Modifier and Type Method Description static XMLConfigConstants.DATA_TYPES
XMLConfigConstants.DATA_TYPES. valueOf(String name)
Returns the enum constant of this type with the specified name.static XMLConfigConstants.DATA_TYPES[]
XMLConfigConstants.DATA_TYPES. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-