| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
IReadonlyList<Value> |
Dataset.values
A list of all property values the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
IReadonlyList<Value> |
Dataset.getValues()
A list of all
values the data set contains. |
| Modifier and Type | Method and Description |
|---|---|
Value |
Values.get(int index)
Gets the element at index.
|
Value |
Values.get(String valueName)
Returns the value by name.
|
Value[] |
Values.getAll()
Returns the backing array of values.
|
Value |
Property.getDefaultValue()
The value the property returns if a strongly type value is not available.
|
Value[] |
Signature.getValues() |
Value[] |
Profile.getValues()
Gets the values associated with the profile.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
Values.contains(Value item)
Checks if a value is present in this list.
|
void |
Values.copyTo(Value[] array,
int arrayIndex)
Makes a copy of the current array of values to the provided array.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
Copyright © 2015 51Degrees. All rights reserved.