◆ getDescription()
String fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.getDescription | ( | ) |
Get the full description of the value.
- Returns
- value description
Implements fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.
\r\n
ValueMetaDataDefault (String name) | |
ValueMetaDataDefault (String name, String description, String url) | |
void | setProperty (FiftyOneAspectPropertyMetaData property) |
FiftyOneAspectPropertyMetaData | getProperty ()
Get the property which the value relates to i.e. More...
|
String | getName ()
Get the name of the value e.g. More...
|
String | getDescription ()
Get the full description of the value. More...
|
String | getUrl ()
Get the URL relating to the value if more information is available. More...
|
void | close () throws IOException |
String fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.getDescription | ( | ) |
Get the full description of the value.
Implements fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.
String fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.getName | ( | ) |
Get the name of the value e.g.
"True" or "Samsung".
Implements fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.
FiftyOneAspectPropertyMetaData fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.getProperty | ( | ) |
Get the property which the value relates to i.e.
the value is a value which can be returned by the property.
Implements fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.
String fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.getUrl | ( | ) |
Get the URL relating to the value if more information is available.
Implements fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.