public static enum HLRecord.HLSubType extends Enum<HLRecord.HLSubType>
Enum Constant and Description |
---|
HL_FOLDER_ITEM_CREATED |
HL_FOLDER_ITEM_IMPORTED |
HL_FOLDER_ITEM_REMOVED |
HL_ITEM_SENT |
HL_WORKSPACE_CREATED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static HLRecord.HLSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HLRecord.HLSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HLRecord.HLSubType HL_FOLDER_ITEM_CREATED
public static final HLRecord.HLSubType HL_FOLDER_ITEM_REMOVED
public static final HLRecord.HLSubType HL_FOLDER_ITEM_IMPORTED
public static final HLRecord.HLSubType HL_ITEM_SENT
public static final HLRecord.HLSubType HL_WORKSPACE_CREATED
public static HLRecord.HLSubType[] values()
for (HLRecord.HLSubType c : HLRecord.HLSubType.values()) System.out.println(c);
public static HLRecord.HLSubType 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 toString()
toString
in class Enum<HLRecord.HLSubType>
Copyright © 2015. All Rights Reserved.