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