public enum ViewServiceDescription extends Enum<ViewServiceDescription> implements Serializable
| Enum Constant and Description |
|---|
GLOSSARY_AUTHOR |
TYPE_EXPLORER |
| Modifier and Type | Method and Description |
|---|---|
int |
getViewServiceCode()
Return the code for this enum instance
|
String |
getViewServiceDescription()
Return the default description for the type for this enum instance.
|
String |
getViewServiceFullName()
Return the formal name for this enum instance.
|
String |
getViewServiceName()
Return the default name for this enum instance.
|
String |
getViewServiceURLMarker()
Return the string that appears in the REST API URL that identifies the owning service.
|
String |
getViewServiceWiki()
Return the URL for the wiki page describing this UI view.
|
static ViewServiceDescription |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewServiceDescription[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewServiceDescription GLOSSARY_AUTHOR
public static final ViewServiceDescription TYPE_EXPLORER
public static ViewServiceDescription[] values()
for (ViewServiceDescription c : ViewServiceDescription.values()) System.out.println(c);
public static ViewServiceDescription 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 getViewServiceCode()
public String getViewServiceName()
public String getViewServiceFullName()
public String getViewServiceURLMarker()
public String getViewServiceDescription()
public String getViewServiceWiki()
Copyright © 2018–2020 ODPi. All rights reserved.