public static enum ContentHandler.Validity extends java.lang.Enum<ContentHandler.Validity>
content description.
The validity property will have a value of this type,
i.., either INVALID, INDETERMINATE, or VALID.IContentDescriber#INVALID,
IContentDescriber#INDETERMINATE,
IContentDescriber#VALID| Enum Constant and Description |
|---|
INDETERMINATE |
INVALID |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static ContentHandler.Validity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentHandler.Validity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentHandler.Validity INVALID
IContentDescriber#INVALIDpublic static final ContentHandler.Validity INDETERMINATE
IContentDescriber#INDETERMINATEpublic static final ContentHandler.Validity VALID
IContentDescriber#VALIDpublic static ContentHandler.Validity[] values()
for (ContentHandler.Validity c : ContentHandler.Validity.values()) System.out.println(c);
public static ContentHandler.Validity 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 nullCopyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature