public static enum ViewModelMerger.MergeStrategy extends Enum<ViewModelMerger.MergeStrategy>
| Enum Constant and Description |
|---|
ONELEVEL |
SCREENLEVEL |
| Modifier and Type | Method and Description |
|---|---|
static ViewModelMerger.MergeStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewModelMerger.MergeStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewModelMerger.MergeStrategy ONELEVEL
public static final ViewModelMerger.MergeStrategy SCREENLEVEL
public static ViewModelMerger.MergeStrategy[] values()
for (ViewModelMerger.MergeStrategy c : ViewModelMerger.MergeStrategy.values()) System.out.println(c);
public static ViewModelMerger.MergeStrategy 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 nullCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.