Package uk.org.netex.www.netex
Enum Class DefaultConnectionType.SiteElementRefStructureCase
java.lang.Object
java.lang.Enum<DefaultConnectionType.SiteElementRefStructureCase>
uk.org.netex.www.netex.DefaultConnectionType.SiteElementRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<DefaultConnectionType.SiteElementRefStructureCase>,Constable
- Enclosing class:
DefaultConnectionType
public static enum DefaultConnectionType.SiteElementRefStructureCase
extends Enum<DefaultConnectionType.SiteElementRefStructureCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
SITE_ELEMENT_REF
-
SITE_REF
-
SERVICE_SITE_REF
-
SITE_COMPONENT_REF
-
ENTRANCE_REF
-
VEHICLE_ENTRANCE_REF
-
POINT_OF_INTEREST_REF
-
POINT_OF_INTEREST_SPACE_REF
-
POINT_OF_INTEREST_ENTRANCE_REF
public static final DefaultConnectionType.SiteElementRefStructureCase POINT_OF_INTEREST_ENTRANCE_REF -
POINT_OF_INTEREST_VEHICLE_ENTRANCE_REF
public static final DefaultConnectionType.SiteElementRefStructureCase POINT_OF_INTEREST_VEHICLE_ENTRANCE_REF -
PARKING_REF
-
PARKING_ENTRANCE_REF
-
PARKING_PASSENGER_ENTRANCE_REF
public static final DefaultConnectionType.SiteElementRefStructureCase PARKING_PASSENGER_ENTRANCE_REF -
PARKING_ENTRANCE_FOR_VEHICLES_REF
public static final DefaultConnectionType.SiteElementRefStructureCase PARKING_ENTRANCE_FOR_VEHICLES_REF -
PARKING_BAY_REF
-
STOP_PLACE_REF
-
STOP_PLACE_SPACE_REF
-
QUAY_REF
-
ACCESS_SPACE_REF
-
BOARDING_POSITION_REF
-
STOP_PLACE_ENTRANCE_REF
-
STOP_PLACE_VEHICLE_ENTRANCE_REF
public static final DefaultConnectionType.SiteElementRefStructureCase STOP_PLACE_VEHICLE_ENTRANCE_REF -
VEHICLE_STOPPING_PLACE_REF
-
VEHICLE_STOPPING_POSITION_REF
-
PARKING_AREA_REF
-
TAXI_RANK_REF
-
TAXI_STAND_REF
-
TAXI_PARKING_AREA_REF
-
VEHICLE_SHARING_PARKING_AREA_REF
public static final DefaultConnectionType.SiteElementRefStructureCase VEHICLE_SHARING_PARKING_AREA_REF -
VEHICLE_POOLING_PARKING_AREA_REF
public static final DefaultConnectionType.SiteElementRefStructureCase VEHICLE_POOLING_PARKING_AREA_REF -
VEHICLE_SHARING_PARKING_BAY_REF
public static final DefaultConnectionType.SiteElementRefStructureCase VEHICLE_SHARING_PARKING_BAY_REF -
VEHICLE_POOLING_PARKING_BAY_REF
public static final DefaultConnectionType.SiteElementRefStructureCase VEHICLE_POOLING_PARKING_BAY_REF -
MONITORED_VEHICLE_SHARING_PARKING_BAY_REF
public static final DefaultConnectionType.SiteElementRefStructureCase MONITORED_VEHICLE_SHARING_PARKING_BAY_REF -
SITEELEMENTREFSTRUCTURE_NOT_SET
public static final DefaultConnectionType.SiteElementRefStructureCase SITEELEMENTREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-