Enum X12TransactionSet
- java.lang.Object
-
- java.lang.Enum<X12TransactionSet>
-
- software.amazon.awssdk.services.b2bi.model.X12TransactionSet
-
- All Implemented Interfaces:
Serializable,Comparable<X12TransactionSet>
@Generated("software.amazon.awssdk:codegen") public enum X12TransactionSet extends Enum<X12TransactionSet>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static X12TransactionSetfromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Set<X12TransactionSet>knownValues()StringtoString()static X12TransactionSetvalueOf(String name)Returns the enum constant of this type with the specified name.static X12TransactionSet[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
X12_110
public static final X12TransactionSet X12_110
-
X12_180
public static final X12TransactionSet X12_180
-
X12_204
public static final X12TransactionSet X12_204
-
X12_210
public static final X12TransactionSet X12_210
-
X12_214
public static final X12TransactionSet X12_214
-
X12_215
public static final X12TransactionSet X12_215
-
X12_310
public static final X12TransactionSet X12_310
-
X12_315
public static final X12TransactionSet X12_315
-
X12_322
public static final X12TransactionSet X12_322
-
X12_404
public static final X12TransactionSet X12_404
-
X12_410
public static final X12TransactionSet X12_410
-
X12_820
public static final X12TransactionSet X12_820
-
X12_824
public static final X12TransactionSet X12_824
-
X12_830
public static final X12TransactionSet X12_830
-
X12_846
public static final X12TransactionSet X12_846
-
X12_850
public static final X12TransactionSet X12_850
-
X12_852
public static final X12TransactionSet X12_852
-
X12_855
public static final X12TransactionSet X12_855
-
X12_856
public static final X12TransactionSet X12_856
-
X12_860
public static final X12TransactionSet X12_860
-
X12_861
public static final X12TransactionSet X12_861
-
X12_864
public static final X12TransactionSet X12_864
-
X12_940
public static final X12TransactionSet X12_940
-
X12_990
public static final X12TransactionSet X12_990
-
X12_997
public static final X12TransactionSet X12_997
-
UNKNOWN_TO_SDK_VERSION
public static final X12TransactionSet UNKNOWN_TO_SDK_VERSION
-
-
Method Detail
-
values
public static X12TransactionSet[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (X12TransactionSet c : X12TransactionSet.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static X12TransactionSet valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<X12TransactionSet>
-
fromValue
public static X12TransactionSet fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.- Parameters:
value- real value- Returns:
- X12TransactionSet corresponding to the value
-
knownValues
public static Set<X12TransactionSet> knownValues()
Use this in place ofvalues()to return aSetof all values known to the SDK. This will return all known enum values exceptUNKNOWN_TO_SDK_VERSION.- Returns:
- a
Setof knownX12TransactionSets
-
-