Package org.planit.output.property
Class DownstreamNodeIdOutputProperty
- java.lang.Object
-
- org.planit.output.property.BaseOutputProperty
-
- org.planit.output.property.DownstreamNodeIdOutputProperty
-
- All Implemented Interfaces:
Comparable<BaseOutputProperty>
public final class DownstreamNodeIdOutputProperty extends BaseOutputProperty
-
-
Constructor Summary
Constructors Constructor Description DownstreamNodeIdOutputProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputPropertyPrioritygetColumnPriority()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 fileStringgetName()Returns the name of the output propertyOutputPropertygetOutputProperty()Return the value of the OutputProperty enumeration for this propertyTypegetType()Returns the data type of the output propertyUnitsgetUnits()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:BaseOutputPropertyReturns the name of the output property- Specified by:
getNamein classBaseOutputProperty- Returns:
- name of the output property
-
getUnits
public Units getUnits()
Description copied from class:BaseOutputPropertyReturns the units of the output property- Specified by:
getUnitsin classBaseOutputProperty- Returns:
- units of the output property
-
getType
public Type getType()
Description copied from class:BaseOutputPropertyReturns the data type of the output property- Specified by:
getTypein classBaseOutputProperty- Returns:
- data type of the output property
-
getOutputProperty
public OutputProperty getOutputProperty()
Description copied from class:BaseOutputPropertyReturn the value of the OutputProperty enumeration for this property- Specified by:
getOutputPropertyin classBaseOutputProperty- Returns:
- the value of the OutputProperty enumeration for this property
-
getColumnPriority
public OutputPropertyPriority getColumnPriority()
Description copied from class:BaseOutputPropertyGets 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:
getColumnPriorityin classBaseOutputProperty- Returns:
- the column priority
-
-