public static enum Portion.StrikethroughTypeEnum extends Enum<Portion.StrikethroughTypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
Portion.StrikethroughTypeEnum.Adapter |
Enum Constant and Description |
---|
DOUBLE |
NONE |
NOTDEFINED |
SINGLE |
Modifier and Type | Method and Description |
---|---|
static Portion.StrikethroughTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Portion.StrikethroughTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Portion.StrikethroughTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Portion.StrikethroughTypeEnum NONE
public static final Portion.StrikethroughTypeEnum SINGLE
public static final Portion.StrikethroughTypeEnum DOUBLE
public static final Portion.StrikethroughTypeEnum NOTDEFINED
public static Portion.StrikethroughTypeEnum[] values()
for (Portion.StrikethroughTypeEnum c : Portion.StrikethroughTypeEnum.values()) System.out.println(c);
public static Portion.StrikethroughTypeEnum 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()
public String toString()
toString
in class Enum<Portion.StrikethroughTypeEnum>
public static Portion.StrikethroughTypeEnum fromValue(String text)
Copyright © 2023. All rights reserved.