\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault Class Reference

Inheritance diagram for fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault:

[legend]

Public Member Functions

 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

Member Function Documentation

◆ 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.

◆ getName()

String fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.getName ( )

Get the name of the value e.g.

"True" or "Samsung".

Returns
name of the value

Implements fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.

◆ getProperty()

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.

Returns
the property relating to the value

Implements fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.

◆ getUrl()

String fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.getUrl ( )

Get the URL relating to the value if more information is available.

Returns
URL for more information

Implements fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.

On This Page