|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShowType | |
|---|---|
| org.w3.xlink | |
| Uses of ShowType in org.w3.xlink |
|---|
| Fields in org.w3.xlink declared as ShowType | |
|---|---|
protected ShowType |
Simple.show
|
protected ShowType |
Arc.show
|
| Methods in org.w3.xlink that return ShowType | |
|---|---|
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. |
| Methods in org.w3.xlink with parameters of type ShowType | |
|---|---|
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)
|
| Constructors in org.w3.xlink with parameters of type ShowType | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||