E_Station_Platform_Segment_Side
Java class for e_station_platform_segment_side
.The following schema fragment specifies the expected content contained within this class.
<simpleType name="e_station_platform_segment_side">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="left"/>
<enumeration value="right"/>
</restriction>
</simpleType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the enum associated to the value passed as parameter.
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.