- All Implemented Interfaces:
Serializable
,Comparable<OnLineFunction>
,ControlledVocabulary
@UML(identifier="CI_OnLineFunctionCode",
specification=ISO_19115)
public final class OnLineFunction
extends CodeList<OnLineFunction>
Class of information to which the referencing entity applies.
- Since:
- 2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opengis.util.CodeList
CodeList.Filter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OnLineFunction
Browse graphic provided.static final OnLineFunction
Online browsing provided.static final OnLineFunction
Complete metadata provided.static final OnLineFunction
Online instructions for transferring data from one storage device or system to another.static final OnLineFunction
Online email service provided.static final OnLineFunction
Online file access provided.static final OnLineFunction
Online information about the resource.static final OnLineFunction
Online instructions for requesting the resource from the provider.static final OnLineFunction
Online order process for obtaining the resource.static final OnLineFunction
Online search interface for seeking out information about the resource.static final OnLineFunction
Online resource upload capability provided. -
Method Summary
Modifier and TypeMethodDescriptionfamily()
Returns the list of codes of the same kind as this code list element.static OnLineFunction
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 ofOnLineFunction
s.Methods inherited from class org.opengis.util.CodeList
compareTo, identifier, name, ordinal, readResolve, toString, valueOf, valueOf, valueOf, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opengis.util.ControlledVocabulary
names
-
Field Details
-
DOWNLOAD
@UML(identifier="download", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction DOWNLOADOnline instructions for transferring data from one storage device or system to another. -
INFORMATION
@UML(identifier="information", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction INFORMATIONOnline information about the resource. -
OFFLINE_ACCESS
@UML(identifier="offlineAccess", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction OFFLINE_ACCESSOnline instructions for requesting the resource from the provider. -
ORDER
@UML(identifier="order", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction ORDEROnline order process for obtaining the resource. -
SEARCH
@UML(identifier="search", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction SEARCHOnline search interface for seeking out information about the resource. -
COMPLETE_METADATA
@UML(identifier="completeMetadata", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction COMPLETE_METADATAComplete metadata provided.- Since:
- 3.1
-
BROWSE_GRAPHIC
@UML(identifier="browseGraphic", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction BROWSE_GRAPHICBrowse graphic provided.- Since:
- 3.1
-
UPLOAD
@UML(identifier="upload", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction UPLOADOnline resource upload capability provided.- Since:
- 3.1
-
EMAIL_SERVICE
@UML(identifier="emailService", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction EMAIL_SERVICEOnline email service provided.- Since:
- 3.1
-
BROWSING
@UML(identifier="browsing", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction BROWSINGOnline browsing provided.- Since:
- 3.1
-
FILE_ACCESS
@UML(identifier="fileAccess", obligation=CONDITIONAL, specification=ISO_19115) public static final OnLineFunction FILE_ACCESSOnline file access provided.- Since:
- 3.1
-
-
Method Details
-
values
Returns the list ofOnLineFunction
s.- Returns:
- the list of codes declared in the current JVM.
-
family
Returns the list of codes of the same kind as this code list element. Invoking this method is equivalent to invokingvalues()
, except that this method can be invoked on an instance of the parentCodeList
class.- Specified by:
family
in interfaceControlledVocabulary
- Specified by:
family
in classCodeList<OnLineFunction>
- Returns:
- all code values for this code list.
-
valueOf
Returns the on line function that matches the given string, or returns a new one if none match it. This methods returns the first instance (in declaration order) for which the name is equals, ignoring case, to the given name. If no existing instance is found, then a new one is created for the given name.- Parameters:
code
- the name of the code to fetch or to create.- Returns:
- a code matching the given name.
-