public enum HitType extends Enum<HitType>
| Enum Constant and Description |
|---|
ANNOTATIONCOMMENT |
ATTACHMENT |
CALLOUT |
CERTIFICATESUBJECT |
EDOC |
EXTENSION |
FIELD |
NAME |
NOTE |
PAGECONTENT |
PROP |
SIGNATURECOMMENT |
TAGCOMMENT |
TEXTBOX |
VERSIONCOMMENT |
VERSIONGROUPNOTE |
| Modifier and Type | Method and Description |
|---|---|
static HitType |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static HitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HitType PAGECONTENT
public static final HitType NOTE
public static final HitType CALLOUT
public static final HitType TEXTBOX
public static final HitType EDOC
public static final HitType PROP
public static final HitType NAME
public static final HitType EXTENSION
public static final HitType VERSIONGROUPNOTE
public static final HitType VERSIONCOMMENT
public static final HitType FIELD
public static final HitType SIGNATURECOMMENT
public static final HitType CERTIFICATESUBJECT
public static final HitType TAGCOMMENT
public static final HitType ANNOTATIONCOMMENT
public static final HitType ATTACHMENT
public static HitType[] values()
for (HitType c : HitType.values()) System.out.println(c);
public static HitType 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 getValue()
Copyright © 2022. All rights reserved.