public enum GlossaryArtifactsRelatedEntityType extends Enum<GlossaryArtifactsRelatedEntityType> implements Serializable
| Enum Constant and Description |
|---|
ASSET |
COLLECTION |
COMMENT |
INFORMAL_TAG |
MEETING |
NOTE |
TODO |
UNKNOWN |
| 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.
|
static GlossaryArtifactsRelatedEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlossaryArtifactsRelatedEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlossaryArtifactsRelatedEntityType UNKNOWN
public static final GlossaryArtifactsRelatedEntityType COLLECTION
public static final GlossaryArtifactsRelatedEntityType TODO
public static final GlossaryArtifactsRelatedEntityType MEETING
public static final GlossaryArtifactsRelatedEntityType INFORMAL_TAG
public static final GlossaryArtifactsRelatedEntityType COMMENT
public static final GlossaryArtifactsRelatedEntityType NOTE
public static final GlossaryArtifactsRelatedEntityType ASSET
public static GlossaryArtifactsRelatedEntityType[] values()
for (GlossaryArtifactsRelatedEntityType c : GlossaryArtifactsRelatedEntityType.values()) System.out.println(c);
public static GlossaryArtifactsRelatedEntityType 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()
Copyright © 2018–2020 ODPi. All rights reserved.