public static enum ObjectTypeAttributeBean.SystemAttributeType extends Enum<ObjectTypeAttributeBean.SystemAttributeType>
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
Integer |
getDbValue() |
static ObjectTypeAttributeBean.SystemAttributeType |
getInstance(String attributeName) |
static ObjectTypeAttributeBean.SystemAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectTypeAttributeBean.SystemAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectTypeAttributeBean.SystemAttributeType KEY
public static final ObjectTypeAttributeBean.SystemAttributeType CREATED
public static final ObjectTypeAttributeBean.SystemAttributeType UPDATED
public static ObjectTypeAttributeBean.SystemAttributeType[] values()
for (ObjectTypeAttributeBean.SystemAttributeType c : ObjectTypeAttributeBean.SystemAttributeType.values()) System.out.println(c);
public static ObjectTypeAttributeBean.SystemAttributeType 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 static ObjectTypeAttributeBean.SystemAttributeType getInstance(String attributeName)
public Integer getDbValue()
public String getAttributeName()
Copyright © 2024 Atlassian. All rights reserved.