public enum UserCommentType extends java.lang.Enum<UserCommentType>
Enum Constant and Description |
---|
DISCUSSION
Comment with no geometrical information attached.
|
ICON
Comment of a single icon.
|
POLYGON
Comment with a free form polygon as geometrical information.
|
RECTANGLE
Comment with a rectangle as geometrical information.
|
TIME_SEGMENT
Comment for a time segment within an asset.
|
Modifier and Type | Method and Description |
---|---|
static UserCommentType |
find(int id) |
int |
getID() |
static UserCommentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserCommentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserCommentType ICON
public static final UserCommentType RECTANGLE
public static final UserCommentType POLYGON
public static final UserCommentType TIME_SEGMENT
public static final UserCommentType DISCUSSION
public static UserCommentType[] values()
for (UserCommentType c : UserCommentType.values()) System.out.println(c);
public static UserCommentType 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 nullpublic static UserCommentType find(int id)
public int getID()
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.