public static enum RestLink.LinkType extends Enum<RestLink.LinkType>
Enum Constant and Description |
---|
CHILDREN
A link to the children resource.
|
COLUMNS
A link to a table column resource
|
CONDITIONS
A link to a condition resource
|
CONNECTIONS
A link to a data service's connections
|
DATA_ROLES
A link to a vdb data roles resource
|
DRIVERS
A link to a data service's connections
|
IMPORTS
A link to a vdb imports resource
|
MASKS
A link to a mask resource
|
MODELS
A Link to a vdb models resource
|
PARENT
A link to the parent resource.
|
PERMISSIONS
A link to a permission resource
|
REFERENCE
A link to the reference resources.
|
SEARCH
A link to the search resource.
|
SELF
A link to its own resource.
|
SERVICE_VIEW_INFO
Service vdb view info
|
SOURCE_VDB_MATCHES
Source VDBs matching service source model jndi
|
SOURCES
A link to a model source resource
|
TABLES
A link to a vdb table resource
|
TEMPLATE_ENTRIES
A link to a connection template's entries resource
|
TRANSLATORS
A link to a vdb translators resource
|
VDBS
A link to a VDB resource
|
VIEWS
A link to a vdb view resource
|
Modifier and Type | Field and Description |
---|---|
static RestLink.LinkType[] |
NO_LINK_TYPES
An empty array of link types.
|
Modifier and Type | Method and Description |
---|---|
static RestLink.LinkType |
fromString(String text) |
String |
toString() |
String |
uriName() |
static RestLink.LinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestLink.LinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestLink.LinkType SELF
public static final RestLink.LinkType PARENT
public static final RestLink.LinkType CHILDREN
public static final RestLink.LinkType REFERENCE
public static final RestLink.LinkType SEARCH
public static final RestLink.LinkType VDBS
public static final RestLink.LinkType IMPORTS
public static final RestLink.LinkType MODELS
public static final RestLink.LinkType TABLES
public static final RestLink.LinkType VIEWS
public static final RestLink.LinkType COLUMNS
public static final RestLink.LinkType TRANSLATORS
public static final RestLink.LinkType DATA_ROLES
public static final RestLink.LinkType SOURCES
public static final RestLink.LinkType PERMISSIONS
public static final RestLink.LinkType CONDITIONS
public static final RestLink.LinkType MASKS
public static final RestLink.LinkType SOURCE_VDB_MATCHES
public static final RestLink.LinkType SERVICE_VIEW_INFO
public static final RestLink.LinkType CONNECTIONS
public static final RestLink.LinkType DRIVERS
public static final RestLink.LinkType TEMPLATE_ENTRIES
public static final RestLink.LinkType[] NO_LINK_TYPES
public static RestLink.LinkType[] values()
for (RestLink.LinkType c : RestLink.LinkType.values()) System.out.println(c);
public static RestLink.LinkType 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 static RestLink.LinkType fromString(String text)
text
- the text whose enum is being requested (can be empty)null
)RuntimeException
- if text is empty or does not represent a link typepublic String uriName()
KomodoType
is one is presentpublic String toString()
toString
in class Enum<RestLink.LinkType>
Enum.toString()
Copyright © 2013–2019. All rights reserved.