public static enum MergeDocumentResult.DocumentPart extends Enum<MergeDocumentResult.DocumentPart>
Enum Constant and Description |
---|
ATTACHMENTS
Merge of the attachments.
|
CONTENT
Merge of the content.
|
CUSTOM_CLASS
Merge of the custom class property.
|
DEFAULT_LOCALE
Merge of the locale.
|
DEFAULT_TEMPLATE
Merge of the default template.
|
HIDDEN
Merge of the hidden property.
|
PARENT_REFERENCE
Merge of the parent reference.
|
SYNTAX
Merge of the syntax.
|
TITLE
Merge of the title.
|
VALIDATION_SCRIPT
Merge of the validation script.
|
XCLASS
Merge of the xclass.
|
XOBJECTS
Merge of the xobjects.
|
Modifier and Type | Method and Description |
---|---|
static MergeDocumentResult.DocumentPart |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeDocumentResult.DocumentPart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergeDocumentResult.DocumentPart TITLE
public static final MergeDocumentResult.DocumentPart CONTENT
public static final MergeDocumentResult.DocumentPart SYNTAX
public static final MergeDocumentResult.DocumentPart DEFAULT_LOCALE
public static final MergeDocumentResult.DocumentPart PARENT_REFERENCE
public static final MergeDocumentResult.DocumentPart DEFAULT_TEMPLATE
public static final MergeDocumentResult.DocumentPart HIDDEN
public static final MergeDocumentResult.DocumentPart CUSTOM_CLASS
public static final MergeDocumentResult.DocumentPart VALIDATION_SCRIPT
public static final MergeDocumentResult.DocumentPart XOBJECTS
public static final MergeDocumentResult.DocumentPart XCLASS
public static final MergeDocumentResult.DocumentPart ATTACHMENTS
public static MergeDocumentResult.DocumentPart[] values()
for (MergeDocumentResult.DocumentPart c : MergeDocumentResult.DocumentPart.values()) System.out.println(c);
public static MergeDocumentResult.DocumentPart 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 © 2004–2021 XWiki. All rights reserved.