public static class DsTransactionData.PrimitiveValue
extends java.lang.Object
| Constructor and Description | 
|---|
PrimitiveValue(InputPrimitive primitive,
              SecureString value)
Creates a new holder with a input primitive value. 
 | 
PrimitiveValue(MessageDialogPrimitive primitive)
Creates a new holder with a message dialog primitive value. 
 | 
PrimitiveValue(TextPrimitive primitive,
              SecureString value)
Creates a new holder with a text primitive value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Primitive | 
getPrimitive()
The primitive. 
 | 
SecureString | 
getValue()
The value of the primitive. 
 | 
public PrimitiveValue(InputPrimitive primitive, SecureString value)
primitive - the primitivevalue - the valuepublic PrimitiveValue(TextPrimitive primitive, SecureString value)
primitive - the primitivevalue - the valuepublic PrimitiveValue(MessageDialogPrimitive primitive)
primitive - the primitivepublic Primitive getPrimitive()
public SecureString getValue()
null if these is no associated value