| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xalan.external.utils |
| Modifier and Type | Method and Description |
|---|---|
static FeaturePropertyBase.State |
FeaturePropertyBase.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturePropertyBase.State[] |
FeaturePropertyBase.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturePropertyBase.setValue(Enum property,
FeaturePropertyBase.State state,
String value)
Set the value for a specific property.
|
void |
FeaturePropertyBase.setValue(int index,
FeaturePropertyBase.State state,
String value)
Set the value of a property by its index
|
boolean |
FeaturePropertyBase.setValue(String propertyName,
FeaturePropertyBase.State state,
boolean value)
Set value by property name and state
|
boolean |
FeaturePropertyBase.setValue(String propertyName,
FeaturePropertyBase.State state,
Object value)
Set value by property name and state
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.