| Package | Description |
|---|---|
| org.w3.xlink |
| Modifier and Type | Field and Description |
|---|---|
protected ActuateType |
Simple.actuate |
protected ActuateType |
ArcType.actuate |
| Modifier and Type | Method and Description |
|---|---|
static ActuateType |
ActuateType.fromValue(String v) |
ActuateType |
Simple.getActuate()
Gets the value of the actuate property.
|
ActuateType |
ArcType.getActuate()
Gets the value of the actuate property.
|
static ActuateType |
ActuateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActuateType[] |
ActuateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Simple.setActuate(ActuateType value)
Sets the value of the actuate property.
|
void |
ArcType.setActuate(ActuateType value)
Sets the value of the actuate property.
|
Simple.Builder<_B> |
Simple.Builder.withActuate(ActuateType actuate)
Sets the new value of "actuate" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withActuate(ActuateType actuate)
Sets the new value of "actuate" (any previous value will be replaced)
|
Copyright © 2021 NorStella. All rights reserved.