public enum EngineServiceDescription extends Enum<EngineServiceDescription> implements Serializable
| Enum Constant and Description |
|---|
ASSET_ANALYSIS_OMES |
GOVERNANCE_ACTION_OMES |
| Modifier and Type | Method and Description |
|---|---|
int |
getEngineServiceCode()
Return the code for this enum instance
|
String |
getEngineServiceDescription()
Return the default description for the type for this enum instance.
|
String |
getEngineServiceFullName()
Return the formal name for this enum instance.
|
String |
getEngineServiceName()
Return the default name for this enum instance.
|
String |
getEngineServicePartnerOMAS()
Return the full name of the Open Metadata Access Service (OMAS) that this engine service is partnered with.
|
String |
getEngineServiceURLMarker()
Return the string that appears in the REST API URL that identifies the owning service.
|
String |
getEngineServiceWiki()
Return the URL for the wiki page describing this engine service.
|
static EngineServiceDescription |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineServiceDescription[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EngineServiceDescription ASSET_ANALYSIS_OMES
public static final EngineServiceDescription GOVERNANCE_ACTION_OMES
public static EngineServiceDescription[] values()
for (EngineServiceDescription c : EngineServiceDescription.values()) System.out.println(c);
public static EngineServiceDescription 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 getEngineServiceCode()
public String getEngineServiceName()
public String getEngineServiceFullName()
public String getEngineServiceURLMarker()
public String getEngineServiceDescription()
public String getEngineServiceWiki()
public String getEngineServicePartnerOMAS()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.