public enum DocumentClass extends Enum<DocumentClass> implements INumberEnum<Short>
Enum Constant and Description |
---|
ACL
acl note
|
ALL
all note types
|
ALLNONDATA
all non-data notes
|
DATA
old name for document note
|
DEFAULT
MODIFIER - default version of each
|
DESIGNCOLLECTION
design note collection
|
DOCUMENT
document note
|
FIELD
field note
|
FILTER
filter note
|
FORM
form note
|
HELP
designer's help note
|
HELP_INDEX
Notes product help index note
|
ICON
icon note
|
INFO
notefile info (help-about) note
|
NONE
no notes
|
NOTIFYDELETION
marker included in deletion stubs found in a query result
|
PRIVATE
Private design note, use $PrivateDesign view to locate/classify
|
REPLFORMULA
replication formula
|
SINGLE_INSTANCE
Define symbol for those note classes that allow only one such in a file
|
VIEW
view note
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static boolean |
isDesignElement(Set<DocumentClass> docClass) |
static DocumentClass |
toNoteClass(int val) |
static DocumentClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentClass DATA
public static final DocumentClass DOCUMENT
public static final DocumentClass INFO
public static final DocumentClass FORM
public static final DocumentClass VIEW
public static final DocumentClass ICON
public static final DocumentClass DESIGNCOLLECTION
public static final DocumentClass ACL
public static final DocumentClass HELP_INDEX
public static final DocumentClass HELP
public static final DocumentClass FILTER
public static final DocumentClass FIELD
public static final DocumentClass REPLFORMULA
public static final DocumentClass PRIVATE
public static final DocumentClass DEFAULT
public static final DocumentClass NOTIFYDELETION
public static final DocumentClass ALL
public static final DocumentClass ALLNONDATA
public static final DocumentClass NONE
public static final DocumentClass SINGLE_INSTANCE
public static DocumentClass[] values()
for (DocumentClass c : DocumentClass.values()) System.out.println(c);
public static DocumentClass 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 static DocumentClass toNoteClass(int val)
public Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
public static boolean isDesignElement(Set<DocumentClass> docClass)
Copyright © 2019–2021 HCL. All rights reserved.