Package | Description |
---|---|
org.apache.sis.xml |
Provides methods for marshalling and unmarshalling SIS objects in XML.
|
Modifier and Type | Method and Description |
---|---|
XLink.Show |
XLink.getShow()
Returns the desired presentation of the ending resource on traversal
from the starting resource.
|
static XLink.Show |
XLink.Show.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XLink.Show[] |
XLink.Show.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XLink.setShow(XLink.Show show)
Sets the desired presentation of the ending resource on traversal from the starting resource.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.