Package uk.org.netex.www.netex
Enum Class SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase
java.lang.Object
java.lang.Enum<SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase>
uk.org.netex.www.netex.SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase>,Constable
- Enclosing class:
SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure
public static enum SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase
extends Enum<SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase>
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 Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCaseforNumber(int value) intstatic SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCasevalueOf(int value) Deprecated.static SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCaseReturns the enum constant of this class with the specified name.static SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENTRANCE
public static final SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase ENTRANCE -
STOP_PLACE_ENTRANCE
public static final SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase STOP_PLACE_ENTRANCE -
STOP_PLACE_VEHICLE_ENTRANCE
public static final SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase STOP_PLACE_VEHICLE_ENTRANCE -
PARKING_ENTRANCE_FOR_VEHICLES
public static final SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase PARKING_ENTRANCE_FOR_VEHICLES -
PARKING_PASSENGER_ENTRANCE
public static final SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase PARKING_PASSENGER_ENTRANCE -
POINT_OF_INTEREST_ENTRANCE
public static final SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase POINT_OF_INTEREST_ENTRANCE -
POINT_OF_INTEREST_VEHICLE_ENTRANCE
public static final SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase POINT_OF_INTEREST_VEHICLE_ENTRANCE -
SITEENTRANCEVERSIONSTRUCTURE_NOT_SET
public static final SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase SITEENTRANCEVERSIONSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase[] 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
public static SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase valueOf(String name) 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 public static SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase valueOf(int value) 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
public static SiteEntrances_RelStructure.ChoiceWrapper_SiteEntrances_RelStructure.SiteEntranceVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-