Uses of Class
com.fatwire.gst.foundation.mapping.MappingValue.Type

Packages that use MappingValue.Type
com.fatwire.gst.foundation.mapping   
 

Uses of MappingValue.Type in com.fatwire.gst.foundation.mapping
 

Methods in com.fatwire.gst.foundation.mapping that return MappingValue.Type
 MappingValue.Type MappingValue.getType()
           
static MappingValue.Type MappingValue.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MappingValue.Type[] MappingValue.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.fatwire.gst.foundation.mapping with parameters of type MappingValue.Type
MappingValue(MappingValue.Type type, String value)
           
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.