\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.fiftyone.data.FiftyOneAspectPropertyMetaDataDefault Class Reference

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

[legend]

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

[legend]

Public Member Functions

 FiftyOneAspectPropertyMetaDataDefault (String name, FlowElement<?,?> element, String category, Class<?> type, List< String > dataTiersWherePresent, boolean available, String url, byte displayOrder, boolean mandatory, boolean list, boolean obsolete, boolean show, boolean showValues, String description, ComponentMetaData component, Iterable< ValueMetaDataDefault > values, ValueMetaDataDefault defaultValue)
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...
void  close () throws IOException

Public Member Functions inherited from fiftyone.pipeline.engines.data.AspectPropertyMetaDataDefault

 AspectPropertyMetaDataDefault (String name, FlowElement element, String category, Class<?> type, List< String > dataTiersWherePresent, boolean available)  AspectPropertyMetaDataDefault (String name, FlowElement element, String category, Class<?> type, List< String > dataTiersWherePresent, boolean available, List< ElementPropertyMetaData > itemProperties)  AspectPropertyMetaDataDefault (String name, FlowElement element, String category, Class<?> type, List< String > dataTiersWherePresent, boolean available, List< ElementPropertyMetaData > itemProperties, boolean delayExecution, List< String > evidenceProperties) List< String >  getDataTiersWherePresent ()

Public Member Functions inherited from fiftyone.pipeline.core.data.ElementPropertyMetaDataDefault

 ElementPropertyMetaDataDefault (String name, FlowElement element, String category, Class<?> type, boolean available)  ElementPropertyMetaDataDefault (String name, FlowElement element, String category, Class<?> type, boolean available, List< ElementPropertyMetaData > itemProperties)  ElementPropertyMetaDataDefault (String name, FlowElement element, String category, Class<?> type, boolean available, List< ElementPropertyMetaData > itemProperties, boolean delayExecution, List< String > evidenceProperties) String  getName () FlowElement  getElement () String  getCategory () Class<?>  getType () boolean  isAvailable () List< ElementPropertyMetaData >  getItemProperties () boolean  getDelayExecution () List< String >  getEvidenceProperties ()

Member Function Documentation

◆ getValue()

ValueMetaData fiftyone.pipeline.engines.fiftyone.data.FiftyOneAspectPropertyMetaDataDefault.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

Implements fiftyone.pipeline.engines.fiftyone.data.FiftyOneAspectPropertyMetaData.