Package | Description |
---|---|
org.apache.sis.xml |
Provides methods for marshalling and unmarshalling SIS objects in XML.
|
Modifier and Type | Method and Description |
---|---|
XLink.Type |
XLink.getType()
Returns the type of link.
|
static XLink.Type |
XLink.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XLink.Type[] |
XLink.Type.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.setType(XLink.Type type)
Sets the type of link.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.