Enum Class SetOperatorEnumeration

java.lang.Object
java.lang.Enum<SetOperatorEnumeration>
uk.org.netex.www.netex.SetOperatorEnumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<SetOperatorEnumeration>, Constable

public enum SetOperatorEnumeration extends Enum<SetOperatorEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for set operations.where there are one or more GROUPs OF ENTITTies of a given type - used to distinguish between selection of a whole group or of an item in the group).  Used  in a  product description  to indicate the range from which a choice may be made and in a sales transaction to record the nature of a choice that has been made. member                                              Set AND         AllMembersAllSets                             AllMembersAllSets OR           OneItem                                                                                       AllMembers Of OnSet XOR         OnlyOneItem from AnyGroup                       AllMembers Of OnlySet      - AllOfOneSet NOT                    None    [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 138:48]
 
Protobuf enum uk.org.netex.www.netex.SetOperatorEnumeration
  • Enum Constant Details

    • SET_OPERATOR_ENUMERATION_UNSPECIFIED

      public static final SetOperatorEnumeration SET_OPERATOR_ENUMERATION_UNSPECIFIED
       Default
       
      SET_OPERATOR_ENUMERATION_UNSPECIFIED = 0;
    • SET_OPERATOR_ENUMERATION_ONE_OF_ANY_ONE_SET

      public static final SetOperatorEnumeration SET_OPERATOR_ENUMERATION_ONE_OF_ANY_ONE_SET
       Only one item from all  referenced GROUPs OF ENTITTies of a given type may be selected/has been selected.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 150:44]
       
      SET_OPERATOR_ENUMERATION_ONE_OF_ANY_ONE_SET = 1;
    • SET_OPERATOR_ENUMERATION_ONE_OF_EACH_SET

      public static final SetOperatorEnumeration SET_OPERATOR_ENUMERATION_ONE_OF_EACH_SET
       One item from each specified   referenced GROUP OF ENTITTies of a given type must be selected/has been selected..  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 155:42]
       
      SET_OPERATOR_ENUMERATION_ONE_OF_EACH_SET = 2;
    • SET_OPERATOR_ENUMERATION_SOME_OF_ANY_SET

      public static final SetOperatorEnumeration SET_OPERATOR_ENUMERATION_SOME_OF_ANY_SET
       Multiple  items from any referenced GROUP OF ENTITTies of a given type  may be selected/have been selected.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 160:42]
       
      SET_OPERATOR_ENUMERATION_SOME_OF_ANY_SET = 3;
    • SET_OPERATOR_ENUMERATION_ALL_OF_ONE_SET

      public static final SetOperatorEnumeration SET_OPERATOR_ENUMERATION_ALL_OF_ONE_SET
       All  items from one specified  referenced GROUP OF ENTITTies of a given type  may be selected/have been selected.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 165:41]
       
      SET_OPERATOR_ENUMERATION_ALL_OF_ONE_SET = 4;
    • SET_OPERATOR_ENUMERATION_ALL_OF_ALL_SETS

      public static final SetOperatorEnumeration SET_OPERATOR_ENUMERATION_ALL_OF_ALL_SETS
       All  items from all  referenced GROUPs OF ENTITTies of a given type   may be selected/have been selected.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 170:42]
       
      SET_OPERATOR_ENUMERATION_ALL_OF_ALL_SETS = 5;
    • UNRECOGNIZED

      public static final SetOperatorEnumeration UNRECOGNIZED
  • Field Details

    • SET_OPERATOR_ENUMERATION_UNSPECIFIED_VALUE

      public static final int SET_OPERATOR_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      SET_OPERATOR_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • SET_OPERATOR_ENUMERATION_ONE_OF_ANY_ONE_SET_VALUE

      public static final int SET_OPERATOR_ENUMERATION_ONE_OF_ANY_ONE_SET_VALUE
       Only one item from all  referenced GROUPs OF ENTITTies of a given type may be selected/has been selected.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 150:44]
       
      SET_OPERATOR_ENUMERATION_ONE_OF_ANY_ONE_SET = 1;
      See Also:
    • SET_OPERATOR_ENUMERATION_ONE_OF_EACH_SET_VALUE

      public static final int SET_OPERATOR_ENUMERATION_ONE_OF_EACH_SET_VALUE
       One item from each specified   referenced GROUP OF ENTITTies of a given type must be selected/has been selected..  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 155:42]
       
      SET_OPERATOR_ENUMERATION_ONE_OF_EACH_SET = 2;
      See Also:
    • SET_OPERATOR_ENUMERATION_SOME_OF_ANY_SET_VALUE

      public static final int SET_OPERATOR_ENUMERATION_SOME_OF_ANY_SET_VALUE
       Multiple  items from any referenced GROUP OF ENTITTies of a given type  may be selected/have been selected.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 160:42]
       
      SET_OPERATOR_ENUMERATION_SOME_OF_ANY_SET = 3;
      See Also:
    • SET_OPERATOR_ENUMERATION_ALL_OF_ONE_SET_VALUE

      public static final int SET_OPERATOR_ENUMERATION_ALL_OF_ONE_SET_VALUE
       All  items from one specified  referenced GROUP OF ENTITTies of a given type  may be selected/have been selected.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 165:41]
       
      SET_OPERATOR_ENUMERATION_ALL_OF_ONE_SET = 4;
      See Also:
    • SET_OPERATOR_ENUMERATION_ALL_OF_ALL_SETS_VALUE

      public static final int SET_OPERATOR_ENUMERATION_ALL_OF_ALL_SETS_VALUE
       All  items from all  referenced GROUPs OF ENTITTies of a given type   may be selected/have been selected.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 170:42]
       
      SET_OPERATOR_ENUMERATION_ALL_OF_ALL_SETS = 5;
      See Also:
  • Method Details

    • values

      public static SetOperatorEnumeration[] 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 SetOperatorEnumeration 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static SetOperatorEnumeration 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static SetOperatorEnumeration forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<SetOperatorEnumeration> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static SetOperatorEnumeration valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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:
      desc - 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 name
      NullPointerException - if the argument is null