public enum GlobalIdType extends Enum<GlobalIdType>
Enum Constant and Description |
---|
ATTACHMENT
type for attachment
|
BLOG
type for blogs
|
GROUP
type for group
|
NOTE
type for note
|
TAG
type for tag
|
USER
type for user
|
Modifier and Type | Method and Description |
---|---|
String |
getGlobalIdPath() |
static GlobalIdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalIdType USER
public static final GlobalIdType GROUP
public static final GlobalIdType BLOG
public static final GlobalIdType ATTACHMENT
public static final GlobalIdType TAG
public static final GlobalIdType NOTE
public static GlobalIdType[] values()
for (GlobalIdType c : GlobalIdType.values()) System.out.println(c);
public static GlobalIdType 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 String getGlobalIdPath()
Copyright © 2019 Communote team. All rights reserved.