Package org.planit.output.property
Class DownstreamNodeLocationOutputProperty
- java.lang.Object
-
- org.planit.output.property.BaseOutputProperty
-
- org.planit.output.property.DownstreamNodeLocationOutputProperty
-
- All Implemented Interfaces:
Comparable<BaseOutputProperty>
public final class DownstreamNodeLocationOutputProperty extends BaseOutputProperty
-
-
Constructor Summary
Constructors Constructor Description DownstreamNodeLocationOutputProperty()
-
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 fileString
getName()
Returns the name of the output propertyOutputProperty
getOutputProperty()
Return the value of the OutputProperty enumeration for this propertyType
getType()
Returns the data type of the output propertyUnits
getUnits()
Returns the units of the output property-
Methods inherited from class org.planit.output.property.BaseOutputProperty
compareTo, convertToBaseOutputProperty, convertToBaseOutputProperty, equals, hashCode
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Description copied from class:BaseOutputProperty
Returns the name of the output property- Specified by:
getName
in classBaseOutputProperty
- Returns:
- name of the output property
-
getUnits
public Units getUnits()
Description copied from class:BaseOutputProperty
Returns the units of the output property- Specified by:
getUnits
in classBaseOutputProperty
- Returns:
- units of the output property
-
getType
public Type getType()
Description copied from class:BaseOutputProperty
Returns the data type of the output property- Specified by:
getType
in classBaseOutputProperty
- Returns:
- data type of the output property
-
getOutputProperty
public OutputProperty getOutputProperty()
Description copied from class:BaseOutputProperty
Return the value of the OutputProperty enumeration for this property- Specified by:
getOutputProperty
in classBaseOutputProperty
- Returns:
- the value of the OutputProperty enumeration for this property
-
getColumnPriority
public OutputPropertyPriority getColumnPriority()
Description copied from class:BaseOutputProperty
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 classBaseOutputProperty
- Returns:
- the column priority
-
-