\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.fiftyone.data.FiftyOneAspectPropertyMetaData Interface Reference

Detailed Description

51Degrees specific meta data.

This adds meta data properties which are available in 51Degrees Engines.

See also
Specification

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

[legend]

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

[legend]

Public Member Functions

String  getUrl ()
Get URL relating to the property. More...
byte  getDisplayOrder ()
Get the order in which to display the property. More...
boolean  getMandatory ()
Get whether the property is mandatory. More...
boolean  getList ()
Get whether the property value type is a list. More...
boolean  getObsolete ()
Get whether the property is now obsolete. More...
boolean  getShow ()
Get whether the property should be shown. More...
boolean  getShowValues ()
Get whether the values for the property should be shown. More...
String  getDescription ()
Get the full description for the property. More...
ComponentMetaData  getComponent ()
Get the component which the property belongs to. More...
Iterable< ValueMetaData >  getValues ()
Get the values which relate to the property i.e. More...
ValueMetaData  getDefaultValue ()
Get the default value for the property. More...
ValueMetaData  getValue (String valueName)
Get the value from the property which has the name provided. More...

Member Function Documentation

◆ getValue()

ValueMetaData fiftyone.pipeline.engines.fiftyone.data.FiftyOneAspectPropertyMetaData.getValue ( String   valueName )

Get the value from the property which has the name provided.

Null is returned if the property does not contain a value with the name provided.

Parameters
valueName - name of the property to return
Returns
the value or null if not in this property

Implemented in fiftyone.pipeline.engines.fiftyone.data.FiftyOneAspectPropertyMetaDataDefault.