public enum ConsolidationDirective extends java.lang.Enum<ConsolidationDirective>
Enum Constant and Description |
---|
DOCUMENT_TYPE
Defines the current document representative type, as well as its possible parents.
|
SOURCE
The original source (connector) of the document.
|
STAMP
The stamp of the document.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
static ConsolidationDirective |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsolidationDirective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsolidationDirective DOCUMENT_TYPE
public static final ConsolidationDirective SOURCE
public static final ConsolidationDirective STAMP
public static ConsolidationDirective[] values()
for (ConsolidationDirective c : ConsolidationDirective.values()) System.out.println(c);
public static ConsolidationDirective valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getId()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.