| Package | Description |
|---|---|
| org.w3.xlink |
| Modifier and Type | Field and Description |
|---|---|
protected ShowType |
Simple.show |
protected ShowType |
Arc.show |
| Modifier and Type | Method and Description |
|---|---|
static ShowType |
ShowType.fromValue(String v) |
ShowType |
Simple.getShow()
Gets the value of the show property.
|
ShowType |
Arc.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 |
Simple.setShow(ShowType value)
Sets the value of the show property.
|
void |
Arc.setShow(ShowType value)
Sets the value of the show property.
|
Simple |
Simple.withShow(ShowType value) |
Arc |
Arc.withShow(ShowType value) |
| Constructor and Description |
|---|
Arc(List<Title> titles,
TypeType type,
String arcrole,
String title,
ShowType show,
ActuateType actuate,
String from,
String to)
Fully-initialising value constructor
|
Simple(List<Object> content,
TypeType type,
String href,
String role,
String arcrole,
String title,
ShowType show,
ActuateType actuate)
Fully-initialising value constructor
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.