public enum OpenMetadataExchangeRule extends Enum<OpenMetadataExchangeRule> implements Serializable
| Enum Constant and Description |
|---|
ALL |
JUST_TYPEDEFS |
LEARNED_TYPES |
REGISTRATION_ONLY |
SELECTED_TYPES |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description of this metadata instance replication rule.
|
String |
getName()
Return the name of this metadata instance replication rule.
|
int |
getOrdinal()
Return the code number of this metadata instance replication rule.
|
String |
toString()
Standard toString method.
|
static OpenMetadataExchangeRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenMetadataExchangeRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenMetadataExchangeRule REGISTRATION_ONLY
public static final OpenMetadataExchangeRule JUST_TYPEDEFS
public static final OpenMetadataExchangeRule SELECTED_TYPES
public static final OpenMetadataExchangeRule LEARNED_TYPES
public static final OpenMetadataExchangeRule ALL
public static OpenMetadataExchangeRule[] values()
for (OpenMetadataExchangeRule c : OpenMetadataExchangeRule.values()) System.out.println(c);
public static OpenMetadataExchangeRule 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 getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<OpenMetadataExchangeRule>Copyright © 2018–2020 ODPi. All rights reserved.