Uses of Class
fiftyone.mobile.detection.entities.Property.PropertyValueType

Packages that use Property.PropertyValueType
fiftyone.mobile.detection.entities   
 

Uses of Property.PropertyValueType in fiftyone.mobile.detection.entities
 

Fields in fiftyone.mobile.detection.entities declared as Property.PropertyValueType
 Property.PropertyValueType Property.valueType
          The strongly type data type the property returns.
 

Methods in fiftyone.mobile.detection.entities that return Property.PropertyValueType
static Property.PropertyValueType Property.PropertyValueType.create(byte b)
           
static Property.PropertyValueType Property.PropertyValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Property.PropertyValueType[] Property.PropertyValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.