public static enum ModuleFactory.Specificity extends Enum<ModuleFactory.Specificity>
UpdateSpecificity.| Enum Constant and Description |
|---|
ENTITY_SPECIFIC
References
EntitySpecific. |
SECTION_SPECIFIC
References
SectionSpecific. |
UPDATABLE_SPECIFIC
References
UpdatableSpecific. |
| Modifier and Type | Method and Description |
|---|---|
static ModuleFactory.Specificity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleFactory.Specificity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleFactory.Specificity ENTITY_SPECIFIC
EntitySpecific.public static final ModuleFactory.Specificity SECTION_SPECIFIC
SectionSpecific.public static final ModuleFactory.Specificity UPDATABLE_SPECIFIC
UpdatableSpecific.public static ModuleFactory.Specificity[] values()
for (ModuleFactory.Specificity c : ModuleFactory.Specificity.values()) System.out.println(c);
public static ModuleFactory.Specificity 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 © 2019. All rights reserved.