Package uk.org.netex.www.netex
Enum Class SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase
java.lang.Object
java.lang.Enum<SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase>
uk.org.netex.www.netex.SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase>,Constable
- Enclosing class:
SchematicMapMember_VersionedChildStructure
public static enum SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase
extends Enum<SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase>
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
-
Enum Constant Details
-
POINT_PROJECTION
public static final SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase POINT_PROJECTION -
LINK_PROJECTION
public static final SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase LINK_PROJECTION -
LINK_SEQUENCE_PROJECTION
public static final SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase LINK_SEQUENCE_PROJECTION -
COMPLEX_FEATURE_PROJECTION
public static final SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase COMPLEX_FEATURE_PROJECTION -
ZONE_PROJECTION
public static final SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase ZONE_PROJECTION -
TOPOGRAPHIC_PROJECTION
public static final SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase TOPOGRAPHIC_PROJECTION -
PROJECTIONVERSIONSTRUCTURE_NOT_SET
public static final SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase PROJECTIONVERSIONSTRUCTURE_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
public static SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase 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 SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase 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 SchematicMapMember_VersionedChildStructure.ProjectionVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-