public static enum Organisation.PropertyClassEnum extends Enum<Organisation.PropertyClassEnum>
| Enum Constant and Description |
|---|
DEMO |
GST_CASHBOOK |
LEDGER |
NON_GST_CASHBOOK |
PREMIUM |
PREMIUM_100 |
PREMIUM_20 |
PREMIUM_50 |
STANDARD |
STARTER |
TRIAL |
| Modifier and Type | Method and Description |
|---|---|
static Organisation.PropertyClassEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static Organisation.PropertyClassEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Organisation.PropertyClassEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Organisation.PropertyClassEnum DEMO
public static final Organisation.PropertyClassEnum TRIAL
public static final Organisation.PropertyClassEnum STARTER
public static final Organisation.PropertyClassEnum STANDARD
public static final Organisation.PropertyClassEnum PREMIUM
public static final Organisation.PropertyClassEnum PREMIUM_20
public static final Organisation.PropertyClassEnum PREMIUM_50
public static final Organisation.PropertyClassEnum PREMIUM_100
public static final Organisation.PropertyClassEnum LEDGER
public static final Organisation.PropertyClassEnum GST_CASHBOOK
public static final Organisation.PropertyClassEnum NON_GST_CASHBOOK
public static Organisation.PropertyClassEnum[] values()
for (Organisation.PropertyClassEnum c : Organisation.PropertyClassEnum.values()) System.out.println(c);
public static Organisation.PropertyClassEnum 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 getValue()
public String toString()
toString in class Enum<Organisation.PropertyClassEnum>public static Organisation.PropertyClassEnum fromValue(String value)
Copyright © 2019. All rights reserved.