@Immutable public enum SharedEntityColumn extends Enum<SharedEntityColumn>
SharedEntity
.Enum Constant and Description |
---|
DESCRIPTION |
FAVOURITE_COUNT |
ID |
IS_SHARED |
NAME |
OWNER |
Modifier and Type | Method and Description |
---|---|
static SharedEntityColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedEntityColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedEntityColumn ID
public static final SharedEntityColumn NAME
public static final SharedEntityColumn DESCRIPTION
public static final SharedEntityColumn OWNER
public static final SharedEntityColumn FAVOURITE_COUNT
public static final SharedEntityColumn IS_SHARED
public static SharedEntityColumn[] values()
for (SharedEntityColumn c : SharedEntityColumn.values()) System.out.println(c);
public static SharedEntityColumn 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 nullCopyright © 2002-2015 Atlassian. All Rights Reserved.