public static enum PropertyMap.TextFormat extends Enum<PropertyMap.TextFormat> implements PropertyMap.EnumValue
Enum Constant and Description |
---|
HTMLRICHTEXT |
PLAIN |
Modifier and Type | Method and Description |
---|---|
Byte |
getValue() |
String |
toString() |
static PropertyMap.TextFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyMap.TextFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyMap.TextFormat HTMLRICHTEXT
public static final PropertyMap.TextFormat PLAIN
public static PropertyMap.TextFormat[] values()
for (PropertyMap.TextFormat c : PropertyMap.TextFormat.values()) System.out.println(c);
public static PropertyMap.TextFormat 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 Byte getValue()
getValue
in interface PropertyMap.EnumValue
public String toString()
toString
in class Enum<PropertyMap.TextFormat>
Copyright © 2005–2024 OpenHMS. All rights reserved.