| 
Elexis API documentation as of September 4 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IVerrechenbar.VatInfo>
ch.elexis.data.IVerrechenbar.VatInfo
public static enum IVerrechenbar.VatInfo
Definition von Informationen zu der Leistung welche für die MWSt relevant sind.
Schweizer MWSt (at.medevit.medelexis.vat_ch):
| Enum Constant Summary | |
|---|---|
VAT_CH_ISMEDICAMENT
 | 
|
VAT_CH_ISTREATMENT
 | 
|
VAT_CH_NOTMEDICAMENT
 | 
|
VAT_CH_NOTTREATMENT
 | 
|
VAT_DEFAULT
 | 
|
VAT_NONE
 | 
|
| Method Summary | |
|---|---|
static java.util.EnumSet<IVerrechenbar.VatInfo> | 
decodeFromString(java.lang.String code)
Get an EnumSet of IVerrechenbar.VatInfo from a String representation
 produced with encodeAsString(EnumSet). | 
static java.lang.String | 
encodeAsString(java.util.EnumSet<IVerrechenbar.VatInfo> set)
Get a String representation of a set of IVerrechenbar.VatInfo
 elements for persisting the information. | 
static IVerrechenbar.VatInfo | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.  | 
static IVerrechenbar.VatInfo[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final IVerrechenbar.VatInfo VAT_DEFAULT
public static final IVerrechenbar.VatInfo VAT_NONE
public static final IVerrechenbar.VatInfo VAT_CH_ISMEDICAMENT
public static final IVerrechenbar.VatInfo VAT_CH_NOTMEDICAMENT
public static final IVerrechenbar.VatInfo VAT_CH_ISTREATMENT
public static final IVerrechenbar.VatInfo VAT_CH_NOTTREATMENT
| Method Detail | 
|---|
public static IVerrechenbar.VatInfo[] values()
for (IVerrechenbar.VatInfo c : IVerrechenbar.VatInfo.values()) System.out.println(c);
public static IVerrechenbar.VatInfo valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static java.lang.String encodeAsString(java.util.EnumSet<IVerrechenbar.VatInfo> set)
IVerrechenbar.VatInfo
 elements for persisting the information.
set - 
public static java.util.EnumSet<IVerrechenbar.VatInfo> decodeFromString(java.lang.String code)
IVerrechenbar.VatInfo from a String representation
 produced with encodeAsString(EnumSet).
code - 
  | 
Elexis API documentation as of September 4 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||