public enum DocumentPageMode extends Enum<DocumentPageMode>
Enum Constant and Description |
---|
DOCUMENTACTIVITY
The documentactivity.
|
DOCUMENTATTACHMENTS
The documentattachments.
|
DOCUMENTDATA
The documentdata.
|
DOCUMENTDECISION
The documentdecision.
|
DOCUMENTDETAILS
The documentdetails.
|
DOCUMENTREFERENCES
The documentreferences.
|
PERSONREFERENCES
The personreferences.
|
Modifier and Type | Method and Description |
---|---|
static DocumentPageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentPageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentPageMode DOCUMENTACTIVITY
public static final DocumentPageMode PERSONREFERENCES
public static final DocumentPageMode DOCUMENTDETAILS
public static final DocumentPageMode DOCUMENTDATA
public static final DocumentPageMode DOCUMENTREFERENCES
public static final DocumentPageMode DOCUMENTDECISION
public static final DocumentPageMode DOCUMENTATTACHMENTS
public static DocumentPageMode[] values()
for (DocumentPageMode c : DocumentPageMode.values()) System.out.println(c);
public static DocumentPageMode 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 © 2008–2017 www.hack23.com. All rights reserved.