public static enum NotesConstants.DESIGN_COMPONENT_ATTR extends Enum<NotesConstants.DESIGN_COMPONENT_ATTR>
Enum Constant and Description |
---|
VALS_ASCENDING |
VALS_DESCENDING |
VALS_UNORDERED |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static NotesConstants.DESIGN_COMPONENT_ATTR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotesConstants.DESIGN_COMPONENT_ATTR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotesConstants.DESIGN_COMPONENT_ATTR VALS_UNORDERED
public static final NotesConstants.DESIGN_COMPONENT_ATTR VALS_ASCENDING
public static final NotesConstants.DESIGN_COMPONENT_ATTR VALS_DESCENDING
public static NotesConstants.DESIGN_COMPONENT_ATTR[] values()
for (NotesConstants.DESIGN_COMPONENT_ATTR c : NotesConstants.DESIGN_COMPONENT_ATTR.values()) System.out.println(c);
public static NotesConstants.DESIGN_COMPONENT_ATTR 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 int getValue()
Copyright © 2019–2021 HCL. All rights reserved.