@UML(identifier="CI_OnLineFunctionCode", specification=ISO_19115) public final class OnLineFunction extends CodeList<OnLineFunction>
Modifier and Type | Field and Description |
---|---|
static OnLineFunction |
DOWNLOAD
Online instructions for transferring data from one storage device or system to another.
|
static OnLineFunction |
INFORMATION
Online information about the resource.
|
static OnLineFunction |
OFFLINE_ACCESS
Online instructions for requesting the resource from the provider.
|
static OnLineFunction |
ORDER
Online order process for obtaining the resource.
|
static OnLineFunction |
SEARCH
Online search interface for seeking out information about the resource.
|
Modifier and Type | Method and Description |
---|---|
OnLineFunction[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static OnLineFunction |
valueOf(String code)
Returns the on line function that matches the given string, or returns a new one if none
match it.
|
static OnLineFunction[] |
values()
Returns the list of
OnLineFunction s. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@UML(identifier="download", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction DOWNLOAD
@UML(identifier="information", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction INFORMATION
@UML(identifier="offlineAccess", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction OFFLINE_ACCESS
@UML(identifier="order", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction ORDER
@UML(identifier="search", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction SEARCH
public static OnLineFunction[] values()
OnLineFunction
s.public OnLineFunction[] family()
family
in class CodeList<OnLineFunction>
public static OnLineFunction valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.