public class TLcdWCSTypedLiteral
extends java.lang.Object
This type can be used for one value, for a spacing between allowed values, or for the default value of a parameter. The "type" property indicates the datatype of this value (default is a string). The value for a typed literal is found by applying the datatype mapping associated with the datatype URI to the lexical form string.
Constructor and Description |
---|
TLcdWCSTypedLiteral() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Gets the type.
|
java.lang.String |
getValue()
Gets the Value.
|
void |
setType(java.lang.String aType)
Sets the type.
|
void |
setValue(java.lang.String aValue)
Sets the Value.
|
public java.lang.String getValue()
public void setValue(java.lang.String aValue)
aValue
- the Value to be set.public java.lang.String getType()
public void setType(java.lang.String aType)
aType
- the type to be set.