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