◆ getComponentId()
byte fiftyone.pipeline.engines.fiftyone.data.ComponentMetaData.getComponentId | ( | ) |
Get the unique Id of the component.
- Returns
- unique component id
\r\n
Meta data relating to a component of an Engine's results e.g.
Hardware.
byte | getComponentId ()
Get the unique Id of the component. More...
|
String | getName ()
Get the name of the component. More...
|
ProfileMetaData | getDefaultProfile ()
Get the default profile which is used by the Engine for this component. More...
|
Iterable< FiftyOneAspectPropertyMetaData > | getProperties ()
List of the properties which come under the umbrella of this component. More...
|
FiftyOneAspectPropertyMetaData | getProperty (String propertyName)
Get the property from the component which has the name provided. More...
|
byte fiftyone.pipeline.engines.fiftyone.data.ComponentMetaData.getComponentId | ( | ) |
Get the unique Id of the component.
ProfileMetaData fiftyone.pipeline.engines.fiftyone.data.ComponentMetaData.getDefaultProfile | ( | ) |
Get the default profile which is used by the Engine for this component.
String fiftyone.pipeline.engines.fiftyone.data.ComponentMetaData.getName | ( | ) |
Get the name of the component.
Iterable<FiftyOneAspectPropertyMetaData> fiftyone.pipeline.engines.fiftyone.data.ComponentMetaData.getProperties | ( | ) |
List of the properties which come under the umbrella of this component.
FiftyOneAspectPropertyMetaData fiftyone.pipeline.engines.fiftyone.data.ComponentMetaData.getProperty | ( | String | propertyName | ) |
Get the property from the component which has the name provided.
Null is returned if the component does not contain a property with the name provided.