Uses of Class
fiftyone.mobile.detection.entities.Value

Packages that use Value
fiftyone.mobile.detection   
fiftyone.mobile.detection.entities   
fiftyone.mobile.detection.factories   
 

Uses of Value in fiftyone.mobile.detection
 

Fields in fiftyone.mobile.detection with type parameters of type Value
 ReadonlyList<Value> Dataset.values
           
 

Methods in fiftyone.mobile.detection that return types with arguments of type Value
 ReadonlyList<Value> Dataset.getValues()
          A list of all property values the data set contains.
 

Uses of Value in fiftyone.mobile.detection.entities
 

Fields in fiftyone.mobile.detection.entities declared as Value
private  Value Property.defaultValue
           
private  Value[] Signature.values
           
private  Value[] Profile.values
           
 

Fields in fiftyone.mobile.detection.entities with type parameters of type Value
private static Comparator<Value> Profile.propertyComparator
          Comparator used to order the properties by descending display order.
 

Methods in fiftyone.mobile.detection.entities that return Value
 Value Property.getDefaultValue()
          The value the property returns if a strongly type value is not available.
 Value[] Signature.getValues()
           
 Value[] Profile.getValues()
          An array of values associated with the profile.
private  Value[] Profile.GetValues()
          Returns an array of values the profile relates to.
private  Value[] Signature.initGetValues()
          Returns an array of values associated with the signature.
 

Methods in fiftyone.mobile.detection.entities with parameters of type Value
 int Value.compareTo(Value other)
          Compares this value to another using the index field if they're in the same list other wise the name value.
 

Constructor parameters in fiftyone.mobile.detection.entities with type arguments of type Value
Values(Property property, Collection<Value> values)
          Constructs a new instance of the values list.
 

Uses of Value in fiftyone.mobile.detection.factories
 

Methods in fiftyone.mobile.detection.factories that return Value
 Value ValueFactory.create(Dataset dataSet, int index, BinaryReader reader)