public static enum SmilModeAttribute.Value extends Enum<SmilModeAttribute.Value>
Modifier and Type | Method and Description |
---|---|
static SmilModeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static SmilModeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmilModeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmilModeAttribute.Value IN
public static final SmilModeAttribute.Value OUT
public static SmilModeAttribute.Value[] values()
for (SmilModeAttribute.Value c : SmilModeAttribute.Value.values()) System.out.println(c);
public static SmilModeAttribute.Value 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 toString()
toString
in class Enum<SmilModeAttribute.Value>
public static SmilModeAttribute.Value enumValueOf(String value)
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.