Enum Class CardControlSettings.Region
java.lang.Object
java.lang.Enum<CardControlSettings.Region>
com.thalesgroup.gemalto.d1.card.cardservice.CardControlSettings.Region
- All Implemented Interfaces:
Serializable,Comparable<CardControlSettings.Region>,java.lang.constant.Constable
- Enclosing class:
- CardControlSettings
Enumeration type for card geographical region settings.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCaribbean region.Central Africa region.Central America region.Central Asia region.East Africa region.Central Asia region.Eastern Europe region.Middle East region.North Africa region.North America region.Northern Europe region.Oceania region.Schengen area region.South America region.South Asia region.Southeast Asia region.Southern Africa region.Southern Europe region.West Africa region.West Asia region.Western Europe region. -
Method Summary
Modifier and TypeMethodDescriptionstatic CardControlSettings.RegionfromString(String value) Converts from String to Region.toString()Returns the value as String.static CardControlSettings.RegionReturns the enum constant of this class with the specified name.static CardControlSettings.Region[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SCHENGEN_AREA
Schengen area region. -
EASTERN_EUROPE
Eastern Europe region. -
WESTERN_EUROPE
Western Europe region. -
NORTHERN_EUROPE
Northern Europe region. -
SOUTHERN_EUROPE
Southern Europe region. -
MIDDLE_EAST
Middle East region. -
NORTH_AFRICA
North Africa region. -
EAST_AFRICA
East Africa region. -
CENTRAL_AFRICA
Central Africa region. -
SOUTHERN_AFRICA
Southern Africa region. -
WEST_AFRICA
West Africa region. -
CENTRAL_ASIA
Central Asia region. -
EAST_ASIA
Central Asia region. -
WEST_ASIA
West Asia region. -
SOUTH_ASIA
South Asia region. -
SOUTHEAST_ASIA
Southeast Asia region. -
OCEANIA
Oceania region. -
CARIBBEAN
Caribbean region. -
NORTH_AMERICA
North America region. -
CENTRAL_AMERICA
Central America region. -
SOUTH_AMERICA
South America region.
-
-
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
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
-
fromString
Converts from String to Region. -
toString
Returns the value as String.- Overrides:
toStringin classEnum<CardControlSettings.Region>
-