org.apache.ws.jaxme.js.impl
Class TypedValueImpl
java.lang.Objectorg.apache.ws.jaxme.js.impl.TypedValueImpl
- IndentedObject, TypedValue
public class TypedValueImpl
extends java.lang.Object
Default implementation of a typed value.
TypedValueImpl(Object pValue, Class pType)- Creates a new instance with the given value and
the given type.
|
TypedValueImpl(Object pValue, JavaQName pType)- Creates a new instance with the given value and
the given type.
|
TypedValueImpl
public TypedValueImpl(Object pValue,
Class pType)Creates a new instance with the given value and
the given type.
TypedValueImpl
public TypedValueImpl(Object pValue,
JavaQName pType)Creates a new instance with the given value and
the given type.