public enum ExternalCommunityLinkChangeType extends java.lang.Enum<ExternalCommunityLinkChangeType> implements BetterEnum<java.lang.Integer>
Enum Constant and Description |
---|
LINKED |
LIVESTATUS |
UNLINKED |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getValue() |
static ExternalCommunityLinkChangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalCommunityLinkChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalCommunityLinkChangeType LINKED
public static final ExternalCommunityLinkChangeType UNLINKED
public static final ExternalCommunityLinkChangeType LIVESTATUS
public static ExternalCommunityLinkChangeType[] values()
for (ExternalCommunityLinkChangeType c : ExternalCommunityLinkChangeType.values()) System.out.println(c);
public static ExternalCommunityLinkChangeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Nonnull public java.lang.Integer getValue()
getValue
in interface BetterEnum<java.lang.Integer>