|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ArticleSearchResultTemplate.Template>
de.rowa.posps.client.data.ArticleSearchResultTemplate.Template
public static enum ArticleSearchResultTemplate.Template
Enumeration of defined article search result templates which can be accessed by
ArticleSearchResultTemplate.get(de.rowa.posps.client.data.ArticleSearchResultTemplate.Template, PospsCountryCode).
| Enum Constant Summary | |
|---|---|
CUSTOMER
Template which contains all elements relevant to the customer. |
|
PHARMACIST
Template which contains all elements relevant to the pharmacist. |
|
STOCK
Template which contains only the current stock information. |
|
| Method Summary | |
|---|---|
static ArticleSearchResultTemplate.Template |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ArticleSearchResultTemplate.Template[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 ArticleSearchResultTemplate.Template PHARMACIST
public static final ArticleSearchResultTemplate.Template CUSTOMER
public static final ArticleSearchResultTemplate.Template STOCK
| Method Detail |
|---|
public static ArticleSearchResultTemplate.Template[] values()
for (ArticleSearchResultTemplate.Template c : ArticleSearchResultTemplate.Template.values()) System.out.println(c);
public static ArticleSearchResultTemplate.Template 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||