Package org.goplanit.output.property
Class PathIdOutputProperty
- java.lang.Object
-
- org.goplanit.output.property.OutputProperty
-
- org.goplanit.output.property.PathIdOutputProperty
-
- All Implemented Interfaces:
Comparable<OutputProperty>
public final class PathIdOutputProperty extends OutputProperty
-
-
Constructor Summary
Constructors Constructor Description PathIdOutputProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputPropertyPriority
getColumnPriority()
Gets the column priority of the output property in output files The lower the column priority value of a property, the further to the left it is placed in the output fileDataType
getDataType()
Returns the data type of the output propertyUnit
getDefaultUnit()
Returns the units of the output propertyString
getName()
Returns the name of the output propertyOutputPropertyType
getOutputPropertyType()
Return the value of the OutputProperty enumeration for this property-
Methods inherited from class org.goplanit.output.property.OutputProperty
compareTo, equals, getOverrideUnit, hashCode, isUnitOverride, of, of, setUnitOverride, supportsUnitOverride
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Description copied from class:OutputProperty
Returns the name of the output property- Specified by:
getName
in classOutputProperty
- Returns:
- name of the output property
-
getDefaultUnit
public Unit getDefaultUnit()
Description copied from class:OutputProperty
Returns the units of the output property- Specified by:
getDefaultUnit
in classOutputProperty
- Returns:
- units of the output property
-
getDataType
public DataType getDataType()
Description copied from class:OutputProperty
Returns the data type of the output property- Specified by:
getDataType
in classOutputProperty
- Returns:
- data type of the output property
-
getOutputPropertyType
public OutputPropertyType getOutputPropertyType()
Description copied from class:OutputProperty
Return the value of the OutputProperty enumeration for this property- Specified by:
getOutputPropertyType
in classOutputProperty
- Returns:
- the value of the OutputProperty enumeration for this property
-
getColumnPriority
public OutputPropertyPriority getColumnPriority()
Description copied from class:OutputProperty
Gets the column priority of the output property in output files The lower the column priority value of a property, the further to the left it is placed in the output file- Specified by:
getColumnPriority
in classOutputProperty
- Returns:
- the column priority
-
-