| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.entities.memory | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Method and Description |
|---|---|
Property |
Dataset.get(String propertyName)
Method searches for a property with the given name and returns one if
found.
|
Property |
Dataset.getPropertyByName(String propertyName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IReadonlyList<Property> |
Dataset.getProperties()
A list of all
properties the data set contains. |
| Modifier and Type | Method and Description |
|---|---|
Values |
Match.getValues(Property property)
Gets the
Values associated with the property name using the
profiles found by the match. |
| Modifier and Type | Method and Description |
|---|---|
Property[] |
Profile.getProperties()
Returns an array of properties the profile relates to.
|
Property[] |
Component.getProperties()
Array of properties the component relates to.
|
Property |
Value.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
int |
Property.compareTo(Property other)
Compares this property to another using the index field if they're in the
same list, otherwise the name field.
|
Values |
Signature.getValues(Property property)
Gets the values associated with the property.
|
Values |
Profile.getValues(Property property)
Gets the values associated with the property.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertiesList.get(String propertyName)
Returns the property matching the name provided, or null if no such
property is available.
|
| Constructor and Description |
|---|
PropertiesList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<Property> entityFactory)
Constructs a new instance of PropertiesList.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Property.
|
Copyright © 2015 51Degrees. All rights reserved.