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

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

Uses of Component in fiftyone.mobile.detection
 

Fields in fiftyone.mobile.detection declared as Component
private  Component Dataset.browsers
           
private  Component Dataset.crawlers
           
private  Component Dataset.hardware
           
private  Component Dataset.software
           
 

Fields in fiftyone.mobile.detection with type parameters of type Component
 ReadonlyList<Component> Dataset.components
           
 

Methods in fiftyone.mobile.detection that return Component
 Component Dataset.getBrowsers()
          The browser component.
 Component Dataset.getComponent(String componentName)
          Returns the Component associated with the name provided.
 Component Dataset.getCrawlers()
          The crawler component.
 Component Dataset.getHardware()
          The hardware component.
 Component Dataset.getSoftware()
          The software component.
 

Methods in fiftyone.mobile.detection that return types with arguments of type Component
 ReadonlyList<Component> Dataset.getComponents()
          A list of all the components the data set contains.
 

Uses of Component in fiftyone.mobile.detection.entities
 

Fields in fiftyone.mobile.detection.entities declared as Component
private  Component Property.component
           
private  Component Profile.component
           
 

Methods in fiftyone.mobile.detection.entities that return Component
 Component Value.getComponent()
          The component the value relates to.
 Component Property.getComponent()
          The component the property relates to.
 Component Profile.getComponent()
          The component the profile belongs to.
 

Methods in fiftyone.mobile.detection.entities with parameters of type Component
 int Component.compareTo(Component other)
          Compares this component to another using the numeric ComponentId field.
 

Uses of Component in fiftyone.mobile.detection.factories
 

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