|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.client.param.ValueWithRef
public class ValueWithRef
Encapsulates a value and an optional reference.
LiteralInputType
,
LiteralOutputType
Constructor Summary | |
---|---|
ValueWithRef(String value,
String ref)
Creates a new ValueWithRef instance. |
Method Summary | |
---|---|
String |
getRef()
Returns the reference. |
String |
getValue()
Returns the value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValueWithRef(String value, String ref)
ValueWithRef
instance.
value
- value, must not be null
ref
- reference, can be null
Method Detail |
---|
public String getValue()
null
public String getRef()
null
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |