public enum SearchColumn extends Enum<SearchColumn>
BatchModel.| Enum Constant and Description |
|---|
BATCH_CLIENT |
BATCH_DLUO |
BATCH_DMESD |
BATCH_DPMES |
BATCH_ENTRY_DATE |
BATCH_NUMBER |
BATCH_ORIGIN |
BATCH_SUPPLIER |
BATCH_TOTAL_PRESENTATION |
BATCH_TOTAL_SALE |
BATCHDMES |
PRODUCT_CATEGORY |
PRODUCT_CODE |
PRODUCT_LATIN_NAME |
PRODUCT_NAME |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
defaultSelected |
protected String |
description |
protected com.herbocailleau.sgq.business.model.BatchModelFunction |
function |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getValueFor(BatchModel batchModel) |
boolean |
isDefaultSelected() |
static SearchColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchColumn PRODUCT_CODE
public static final SearchColumn PRODUCT_NAME
public static final SearchColumn PRODUCT_LATIN_NAME
public static final SearchColumn PRODUCT_CATEGORY
public static final SearchColumn BATCH_NUMBER
public static final SearchColumn BATCH_SUPPLIER
public static final SearchColumn BATCH_CLIENT
public static final SearchColumn BATCH_ORIGIN
public static final SearchColumn BATCH_TOTAL_PRESENTATION
public static final SearchColumn BATCH_TOTAL_SALE
public static final SearchColumn BATCH_ENTRY_DATE
public static final SearchColumn BATCH_DPMES
public static final SearchColumn BATCHDMES
public static final SearchColumn BATCH_DMESD
public static final SearchColumn BATCH_DLUO
protected String description
protected boolean defaultSelected
protected com.herbocailleau.sgq.business.model.BatchModelFunction function
public static SearchColumn[] values()
for (SearchColumn c : SearchColumn.values()) System.out.println(c);
public static SearchColumn 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()
public boolean isDefaultSelected()
public String getValueFor(BatchModel batchModel)
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.