public enum TextAnnotationIconsType extends Enum<TextAnnotationIconsType>
Java class for TextAnnotationIconsType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TextAnnotationIconsType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="comment"/>
<enumeration value="key"/>
<enumeration value="note"/>
<enumeration value="help"/>
<enumeration value="newParagraph"/>
<enumeration value="paragraph"/>
<enumeration value="insert"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COMMENT |
HELP |
INSERT |
KEY |
NEW_PARAGRAPH |
NOTE |
PARAGRAPH |
| Modifier and Type | Method and Description |
|---|---|
static TextAnnotationIconsType |
fromValue(String v) |
String |
value() |
static TextAnnotationIconsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAnnotationIconsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextAnnotationIconsType COMMENT
public static final TextAnnotationIconsType KEY
public static final TextAnnotationIconsType NOTE
public static final TextAnnotationIconsType HELP
public static final TextAnnotationIconsType NEW_PARAGRAPH
public static final TextAnnotationIconsType PARAGRAPH
public static final TextAnnotationIconsType INSERT
public static TextAnnotationIconsType[] values()
for (TextAnnotationIconsType c : TextAnnotationIconsType.values()) System.out.println(c);
public static TextAnnotationIconsType 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 value()
public static TextAnnotationIconsType fromValue(String v)
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.