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