public enum NasProductTemplate extends Enum<NasProductTemplate>
| Enum Constant and Description |
|---|
KOMPLETT |
OHNE_EIGENTUEMER |
POINTS |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillingKey()
DOCUMENT ME!
|
String |
getDisplayText()
DOCUMENT ME!
|
String |
toString() |
static NasProductTemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NasProductTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NasProductTemplate KOMPLETT
public static final NasProductTemplate OHNE_EIGENTUEMER
public static final NasProductTemplate POINTS
public static NasProductTemplate[] values()
for (NasProductTemplate c : NasProductTemplate.values()) System.out.println(c);
public static NasProductTemplate 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 getDisplayText()
public String getBillingKey()
public String toString()
toString in class Enum<NasProductTemplate>Copyright © 2012–2025 cismet GmbH. All rights reserved.