|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MmdEnums.PublicationMethod> com.esri.gpt.catalog.management.MmdEnums.PublicationMethod
public static enum MmdEnums.PublicationMethod
An enumeration describing the metadata publication method.
Enum Constant Summary | |
---|---|
any
Any method. |
|
batch
Published through batch file upload. |
|
editor
Published through the online editor. |
|
harvester
Published through the harvester. |
|
other
Published through another method (default value). |
|
registration
Published through registration. |
|
seditor
Published through the sdi.suite smartEditor. |
|
upload
Published through file upload. |
Method Summary | |
---|---|
static MmdEnums.PublicationMethod |
checkValue(String method)
Checks the value of a String to determine the corresponding enum. |
static MmdEnums.PublicationMethod |
defaultValue()
Returns the default value for the enum. |
static MmdEnums.PublicationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MmdEnums.PublicationMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MmdEnums.PublicationMethod any
public static final MmdEnums.PublicationMethod editor
public static final MmdEnums.PublicationMethod upload
public static final MmdEnums.PublicationMethod batch
public static final MmdEnums.PublicationMethod harvester
public static final MmdEnums.PublicationMethod registration
public static final MmdEnums.PublicationMethod seditor
public static final MmdEnums.PublicationMethod other
Method Detail |
---|
public static MmdEnums.PublicationMethod[] values()
for (MmdEnums.PublicationMethod c : MmdEnums.PublicationMethod.values()) System.out.println(c);
public static MmdEnums.PublicationMethod valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static MmdEnums.PublicationMethod checkValue(String method)
method
- the string to check
public static MmdEnums.PublicationMethod defaultValue()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |