Inheritance diagram for fiftyone.pipeline.engines.fiftyone.data.FiftyOneAspectPropertyMetaDataDefault:
Collaboration diagram for fiftyone.pipeline.engines.fiftyone.data.FiftyOneAspectPropertyMetaDataDefault:
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
|
|
| 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 ()
|
|
| 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 ()
|