public static enum DocTextPart.Type extends Enum<DocTextPart.Type>
| Modifier and Type | Method and Description |
|---|---|
static DocTextPart.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocTextPart.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocTextPart.Type Editor
public static final DocTextPart.Type Custom
public static final DocTextPart.Type User
public static DocTextPart.Type[] values()
for (DocTextPart.Type c : DocTextPart.Type.values()) System.out.println(c);
public static DocTextPart.Type 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 nullCopyright © 2019 com.github.mfjamil. All rights reserved.