public static enum DMSNote.Type extends Enum<DMSNote.Type> implements DefinedEnum
Enum Constant and Description |
---|
PRIVATE
A note that is marked as private
|
STANDARD
Default value for all notes
|
SYSTEM
Determines that the note has been created by the system and not by a user
|
Modifier and Type | Method and Description |
---|---|
Short |
definedValue()
Get the fixed value for this DefinedEnum.
|
static DMSNote.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMSNote.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DMSNote.Type STANDARD
public static final DMSNote.Type PRIVATE
public static final DMSNote.Type SYSTEM
public static DMSNote.Type[] values()
for (DMSNote.Type c : DMSNote.Type.values()) System.out.println(c);
public static DMSNote.Type 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 Short definedValue()
DefinedEnum
definedValue
in interface DefinedEnum
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.