|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.js.impl.TypedValueImpl
public class TypedValueImpl
Default implementation of a typed value.
| Constructor Summary | |
|---|---|
TypedValueImpl(java.lang.Object pValue,
java.lang.Class pType)
Creates a new instance with the given value and the given type. |
|
TypedValueImpl(java.lang.Object pValue,
JavaQName pType)
Creates a new instance with the given value and the given type. |
|
| Method Summary | |
|---|---|
JavaQName |
getType()
Returns the objects type. |
void |
write(IndentationEngine pEngine,
IndentationTarget pTarget)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypedValueImpl(java.lang.Object pValue,
JavaQName pType)
public TypedValueImpl(java.lang.Object pValue,
java.lang.Class pType)
| Method Detail |
|---|
public JavaQName getType()
TypedValue
getType in interface TypedValue
public void write(IndentationEngine pEngine,
IndentationTarget pTarget)
throws java.io.IOException
write in interface IndentedObjectjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||