public static enum XARInputProperties.SourceType extends Enum<XARInputProperties.SourceType>
InputSource
.Enum Constant and Description |
---|
ATTACHMENT
An attachment as XML.
|
CLASS
A class as XML.
|
CLASSPROPERTY
A class property as XML.
|
DOCUMENT
A document as XML.
|
OBJECT
An object as XML.
|
OBJECTPROPERTY
An object property as XML.
|
XAR
A XAR package.
|
Modifier and Type | Method and Description |
---|---|
static XARInputProperties.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XARInputProperties.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XARInputProperties.SourceType XAR
public static final XARInputProperties.SourceType DOCUMENT
public static final XARInputProperties.SourceType ATTACHMENT
public static final XARInputProperties.SourceType CLASS
public static final XARInputProperties.SourceType CLASSPROPERTY
public static final XARInputProperties.SourceType OBJECT
public static final XARInputProperties.SourceType OBJECTPROPERTY
public static XARInputProperties.SourceType[] values()
for (XARInputProperties.SourceType c : XARInputProperties.SourceType.values()) System.out.println(c);
public static XARInputProperties.SourceType 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.