public enum OMAGServerServiceType extends Enum<OMAGServerServiceType>
| Enum Constant and Description |
|---|
ACCESS_SERVICES |
REPOSITORY_SERVICES |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeCode()
Return the code for this enum instance
|
String |
getTypeDescription()
Return the default description for the type for this enum instance.
|
String |
getTypeName()
Return the default name for this enum instance.
|
static OMAGServerServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMAGServerServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMAGServerServiceType REPOSITORY_SERVICES
public static final OMAGServerServiceType ACCESS_SERVICES
public static OMAGServerServiceType[] values()
for (OMAGServerServiceType c : OMAGServerServiceType.values()) System.out.println(c);
public static OMAGServerServiceType 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 nullpublic int getTypeCode()
public String getTypeName()
public String getTypeDescription()
Copyright © 2018–2019 ODPi. All rights reserved.