|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.ows.metadata.domain.ValuesReference
public class ValuesReference
PossibleValues
that are defined by a reference to an externally specified list of all the valid values and/or
ranges of values.
Data model has been designed to capture the expressiveness of all OWS specifications and versions and was verified against the following specifications:
From OWS Common 2.0: Reference to externally specified list of all the valid values and/or ranges of values for this quantity. (Informative: This element was simplified from the metaDataProperty element in GML 3.0.)
Constructor Summary | |
---|---|
ValuesReference(String name,
String ref)
Creates a new ValuesReference instance. |
Method Summary | |
---|---|
String |
getName()
Returns the human-readable name of the list of values. |
String |
getRef()
Returns the reference to externally specified list of all the valid values and/or ranges of values. |
void |
getRef(String ref)
|
void |
setName(String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValuesReference(String name, String ref)
ValuesReference
instance.
name
- human-readable name of the list of values, may be null
ref
- reference to externally specified list of all the valid values and/or ranges of values, may be
null
Method Detail |
---|
public String getName()
From OWS Common 2.0: Human-readable name of the list of values provided by the referenced document. Can be empty string when this list has no name.
null
public void setName(String name)
public String getRef()
From OWS Common 2.0: Reference to externally specified list of all the valid values and/or ranges of values for this quantity.
null
public void getRef(String ref)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |