public static enum ObjectTypeAttributeBean.Type extends Enum<ObjectTypeAttributeBean.Type>
| Enum Constant and Description |
|---|
CONFLUENCE |
DEFAULT |
GROUP |
PROJECT |
REFERENCED_OBJECT |
STATUS |
USER |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ObjectTypeAttributeBean.Type |
getInstance(Integer typeId) |
int |
getTypeId() |
static ObjectTypeAttributeBean.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectTypeAttributeBean.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectTypeAttributeBean.Type DEFAULT
public static final ObjectTypeAttributeBean.Type REFERENCED_OBJECT
public static final ObjectTypeAttributeBean.Type USER
public static final ObjectTypeAttributeBean.Type CONFLUENCE
public static final ObjectTypeAttributeBean.Type GROUP
public static final ObjectTypeAttributeBean.Type VERSION
public static final ObjectTypeAttributeBean.Type PROJECT
public static final ObjectTypeAttributeBean.Type STATUS
public static ObjectTypeAttributeBean.Type[] values()
for (ObjectTypeAttributeBean.Type c : ObjectTypeAttributeBean.Type.values()) System.out.println(c);
public static ObjectTypeAttributeBean.Type 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.Type getInstance(Integer typeId)
public int getTypeId()
Copyright © 2024 Atlassian. All rights reserved.