org.odftoolkit.odfdom.dom.attribute.db
public static enum DbBooleanComparisonModeAttribute.Value extends Enum<DbBooleanComparisonModeAttribute.Value>
Enum Constant and Description |
---|
EQUAL_BOOLEAN |
EQUAL_INTEGER |
EQUAL_USE_ONLY_ZERO |
IS_BOOLEAN |
Modifier and Type | Method and Description |
---|---|
static DbBooleanComparisonModeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static DbBooleanComparisonModeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbBooleanComparisonModeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbBooleanComparisonModeAttribute.Value EQUAL_BOOLEAN
public static final DbBooleanComparisonModeAttribute.Value EQUAL_INTEGER
public static final DbBooleanComparisonModeAttribute.Value EQUAL_USE_ONLY_ZERO
public static final DbBooleanComparisonModeAttribute.Value IS_BOOLEAN
public static DbBooleanComparisonModeAttribute.Value[] values()
for (DbBooleanComparisonModeAttribute.Value c : DbBooleanComparisonModeAttribute.Value.values()) System.out.println(c);
public static DbBooleanComparisonModeAttribute.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<DbBooleanComparisonModeAttribute.Value>
public static DbBooleanComparisonModeAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.