Package uk.org.netex.www.netex
Enum Class EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase
java.lang.Object
java.lang.Enum<EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase>
uk.org.netex.www.netex.EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase>,Constable
- Enclosing class:
EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure
public static enum EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase
extends Enum<EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase>
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
-
LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase LINK_REF_BY_VALUE -
MODAL_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase MODAL_LINK_REF_BY_VALUE -
ACTIVATION_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase ACTIVATION_LINK_REF_BY_VALUE -
RAILWAY_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase RAILWAY_LINK_REF_BY_VALUE -
ROAD_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase ROAD_LINK_REF_BY_VALUE -
WIRE_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase WIRE_LINK_REF_BY_VALUE -
ROUTE_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase ROUTE_LINK_REF_BY_VALUE -
TIMING_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase TIMING_LINK_REF_BY_VALUE -
PATH_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase PATH_LINK_REF_BY_VALUE -
LINE_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase LINE_LINK_REF_BY_VALUE -
SERVICE_LINK_REF_BY_VALUE
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase SERVICE_LINK_REF_BY_VALUE -
LINKREFBYVALUESTRUCTURE_NOT_SET
public static final EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase LINKREFBYVALUESTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase[] 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 EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase 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 EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase 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 EntityInVersionInFrame_RelStructure.ChoiceWrapper_EntityInVersionInFrame_RelStructure.LinkRefByValueStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-