public enum CaseLinkMode extends Enum<CaseLinkMode>
Enum Constant and Description |
---|
DOC_ONLY |
ENTIRE_ENVELOPE |
Modifier and Type | Method and Description |
---|---|
String |
getStringType()
String type to use in html pages.
|
static CaseLinkMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseLinkMode |
valueOfString(String name) |
static CaseLinkMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaseLinkMode DOC_ONLY
public static final CaseLinkMode ENTIRE_ENVELOPE
public static CaseLinkMode[] values()
for (CaseLinkMode c : CaseLinkMode.values()) System.out.println(c);
public static CaseLinkMode 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 String getStringType()
public static CaseLinkMode valueOfString(String name)
Copyright © 2011 Nuxeo SA. All Rights Reserved.