public enum ServiceCode2 extends Enum<ServiceCode2> implements ServiceCodeType
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationProcessing()
Gets the authorization processing rules.
|
String |
getDescription()
Gets the description.
|
int |
getValue()
Gets the service code value.
|
String |
toString() |
static ServiceCode2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceCode2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceCode2 unknown
public static final ServiceCode2 v_0
public static final ServiceCode2 v_2
public static final ServiceCode2 v_4
public static ServiceCode2[] values()
for (ServiceCode2 c : ServiceCode2.values()) System.out.println(c);
public static ServiceCode2 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 getAuthorizationProcessing()
public String getDescription()
ServiceCodeTypegetDescription in interface ServiceCodeTypeServiceCodeType.getDescription()public int getValue()
ServiceCodeTypegetValue in interface ServiceCodeTypeServiceCodeType.getValue()public String toString()
toString in class Enum<ServiceCode2>Object.toString()Copyright © 2014 Sualeh Fatehi. All rights reserved.