public final class DocumentOutputType extends Enum
ProcessorType
that are DocumentBuilder
s
or which can be imported.Modifier and Type | Field and Description |
---|---|
static DocumentOutputType |
ANALYSIS |
static DocumentOutputType |
COLLECTION |
static DocumentOutputType |
CUSTOM_TABLE |
static DocumentOutputType |
DATA_AUDIT |
static DocumentOutputType |
DISTRIBUTION |
static DocumentOutputType |
ENSEMBLE |
static DocumentOutputType |
EVALUATION |
static DocumentOutputType |
GRAPH_BOARD |
static DocumentOutputType |
HISTOGRAM |
static DocumentOutputType |
MATRIX |
static DocumentOutputType |
MEANS |
static DocumentOutputType |
MULTI_PLOT |
static DocumentOutputType |
QUALITY |
static DocumentOutputType |
REPORT |
static DocumentOutputType |
REPORT_DOCUMENT |
static DocumentOutputType |
SCATTER_PLOT |
static DocumentOutputType |
SPSS_PROCEDURE |
static DocumentOutputType |
STATISTICS |
static DocumentOutputType |
TABLE |
static DocumentOutputType |
TIME_PLOT |
static DocumentOutputType |
TRANSFORM |
static DocumentOutputType |
UNKNOWN
Represents a document output object whose type cannot be determined.
|
static DocumentOutputType |
WEB |
Modifier and Type | Method and Description |
---|---|
static DocumentOutputType |
addDocumentOutputType(java.lang.String identifier)
Adds a the type with the supplied name.
|
static DocumentOutputType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static DocumentOutputType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
boolean |
isUnknown()
Returns
true if this value is UNKNOWN . |
static void |
removeDocumentOutputType(java.lang.String identifier)
Removes the specified type.
|
public static final DocumentOutputType UNKNOWN
public static final DocumentOutputType COLLECTION
public static final DocumentOutputType DISTRIBUTION
public static final DocumentOutputType HISTOGRAM
public static final DocumentOutputType WEB
public static final DocumentOutputType SCATTER_PLOT
public static final DocumentOutputType MULTI_PLOT
public static final DocumentOutputType TIME_PLOT
public static final DocumentOutputType EVALUATION
public static final DocumentOutputType TABLE
public static final DocumentOutputType DATA_AUDIT
public static final DocumentOutputType ANALYSIS
public static final DocumentOutputType REPORT
public static final DocumentOutputType MATRIX
public static final DocumentOutputType QUALITY
public static final DocumentOutputType STATISTICS
public static final DocumentOutputType MEANS
public static final DocumentOutputType SPSS_PROCEDURE
public static final DocumentOutputType REPORT_DOCUMENT
public static final DocumentOutputType TRANSFORM
public static final DocumentOutputType ENSEMBLE
public static final DocumentOutputType GRAPH_BOARD
public static final DocumentOutputType CUSTOM_TABLE
public static DocumentOutputType getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static DocumentOutputType[] getValues()
public static DocumentOutputType addDocumentOutputType(java.lang.String identifier)
null
if a type with the supplied name already
exists. This method is for system use only and is only public
as an implementation detail.identifier
- null
removeDocumentOutputType(String)
public static void removeDocumentOutputType(java.lang.String identifier)
identifier
- the type to be removedaddDocumentOutputType(String)
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.