public enum ServiceCode3 extends Enum<ServiceCode3> implements ServiceCodeType
| Enum Constant and Description |
|---|
unknown |
v_0 |
v_1 |
v_2 |
v_3 |
v_4 |
v_5 |
v_6 |
v_7 |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedServices()
Gets the allowed services.
|
String |
getDescription()
Gets the description.
|
String |
getPinRequirements()
Gets the the PIN requirements.
|
int |
getValue()
Gets the service code value.
|
String |
toString() |
static ServiceCode3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceCode3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceCode3 unknown
public static final ServiceCode3 v_0
public static final ServiceCode3 v_1
public static final ServiceCode3 v_2
public static final ServiceCode3 v_3
public static final ServiceCode3 v_4
public static final ServiceCode3 v_5
public static final ServiceCode3 v_6
public static final ServiceCode3 v_7
public static ServiceCode3[] values()
for (ServiceCode3 c : ServiceCode3.values()) System.out.println(c);
public static ServiceCode3 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getAllowedServices()
public String getDescription()
ServiceCodeTypegetDescription in interface ServiceCodeTypeServiceCodeType.getDescription()public String getPinRequirements()
public int getValue()
ServiceCodeTypegetValue in interface ServiceCodeTypeServiceCodeType.getValue()public String toString()
toString in class Enum<ServiceCode3>Object.toString()Copyright © 2014 Sualeh Fatehi. All rights reserved.