public enum AssetManagerEventType extends Enum<AssetManagerEventType> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getEventTypeCode()
Return the int identifier used for indexing based on the enum.
|
String |
getEventTypeDescription()
Return the default description for the enum value - used when natural resource
bundle is not available.
|
String |
getEventTypeName()
Return the string name used for messages that include the enum.
|
String |
toString()
JSON-style toString
|
static AssetManagerEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetManagerEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetManagerEventType UNKNOWN_ASSET_MANAGER_EVENT
public static final AssetManagerEventType REFRESH_ELEMENT_EVENT
public static final AssetManagerEventType NEW_GLOSSARY_CREATED
public static final AssetManagerEventType GLOSSARY_UPDATED
public static final AssetManagerEventType GLOSSARY_DELETED
public static final AssetManagerEventType GLOSSARY_CLASSIFIED
public static final AssetManagerEventType GLOSSARY_RECLASSIFIED
public static final AssetManagerEventType GLOSSARY_DECLASSIFIED
public static final AssetManagerEventType NEW_CATEGORY_ADDED_TO_GLOSSARY
public static final AssetManagerEventType CATEGORY_UPDATED_IN_GLOSSARY
public static final AssetManagerEventType CATEGORY_DELETED_FROM_GLOSSARY
public static final AssetManagerEventType CATEGORY_CLASSIFIED
public static final AssetManagerEventType CATEGORY_RECLASSIFIED
public static final AssetManagerEventType CATEGORY_DECLASSIFIED
public static final AssetManagerEventType CATEGORY_ATTACHED_TO_GLOSSARY_CATEGORY
public static final AssetManagerEventType CATEGORY_DETACHED_FROM_GLOSSARY_CATEGORY
public static final AssetManagerEventType NEW_TERM_ADDED_TO_GLOSSARY
public static final AssetManagerEventType TERM_UPDATED_IN_GLOSSARY
public static final AssetManagerEventType TERM_DELETED_FROM_GLOSSARY
public static final AssetManagerEventType TERM_CLASSIFIED
public static final AssetManagerEventType TERM_RECLASSIFIED
public static final AssetManagerEventType TERM_DECLASSIFIED
public static final AssetManagerEventType TERM_ATTACHED_TO_GLOSSARY_CATEGORY
public static final AssetManagerEventType TERM_REATTACHED_TO_GLOSSARY_CATEGORY
public static final AssetManagerEventType TERM_DETACHED_FROM_GLOSSARY_CATEGORY
public static final AssetManagerEventType TERM_TO_TERM_RELATIONSHIP_ADDED_TO_GLOSSARY
public static final AssetManagerEventType TERM_TO_TERM_RELATIONSHIP_UPDATED
public static final AssetManagerEventType TERM_TO_TERM_RELATIONSHIP_DELETED_FROM_GLOSSARY
public static AssetManagerEventType[] values()
for (AssetManagerEventType c : AssetManagerEventType.values()) System.out.println(c);
public static AssetManagerEventType 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 getEventTypeCode()
public String getEventTypeName()
public String getEventTypeDescription()
public String toString()
toString in class Enum<AssetManagerEventType>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.