|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MultyModelBehavior>
datechooser.model.multiple.MultyModelBehavior
public enum MultyModelBehavior
Model selection behavior.
Перечисление, описывающее возможности выбора для модели.
Enum Constant Summary | |
---|---|
SELECT_ALL
Free selection mode (multy periods and dates selection). |
|
SELECT_PERIOD
Single period selection mode. |
|
SELECT_SINGLE
Single date selection mode. |
Method Summary | |
---|---|
static MultyModelBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MultyModelBehavior[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MultyModelBehavior SELECT_SINGLE
public static final MultyModelBehavior SELECT_PERIOD
public static final MultyModelBehavior SELECT_ALL
Method Detail |
---|
public static final MultyModelBehavior[] values()
for(MultyModelBehavior c : MultyModelBehavior.values()) System.out.println(c);
public static MultyModelBehavior 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |