Package uk.org.netex.www.netex
Enum Class CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase
java.lang.Object
java.lang.Enum<CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase>
uk.org.netex.www.netex.CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase>,Constable
public static enum CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase
extends Enum<CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase>
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
-
USER_PROFILE_ELIGIBILITY_REF
public static final CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase USER_PROFILE_ELIGIBILITY_REF -
COMMERCIAL_PROFILE_ELIGIBILITY_REF
public static final CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase COMMERCIAL_PROFILE_ELIGIBILITY_REF -
RESIDENTIAL_QUALIFICATION_ELIGIBILITY_REF
public static final CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase RESIDENTIAL_QUALIFICATION_ELIGIBILITY_REF -
CUSTOMERELIGIBILITYREFSTRUCTURE_NOT_SET
public static final CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase CUSTOMERELIGIBILITYREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase[] 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 CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase 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 CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase 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 CustomerEligibilityRefs_RelStructure.ChoiceWrapper_CustomerEligibilityRefStructure.CustomerEligibilityRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-