\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.data.AspectPropertyValueDefault< T > Class Template Reference

Detailed Description

This class can be used where engines have a property that may be populated and may not.

See also
Specification
Parameters
<T> - the type of data stored within the instance

Inheritance diagram for fiftyone.pipeline.engines.data.AspectPropertyValueDefault< T >:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.data.AspectPropertyValueDefault< T >:

[legend]

Public Member Functions

 AspectPropertyValueDefault ()
Construct a new instance with no value set.
 AspectPropertyValueDefault (T value)
Construct a new instance and set the value. More...
boolean  hasValue ()
Indicates whether or not the instance contains a value for the property. More...
T  getValue () throws NoValueException
Get the underlying value. More...
void  setValue (T value)
Set the underlying value. More...
String  getNoValueMessage ()
Get the message that will appear in the exception thrown if this instance has no value. More...
void  setNoValueMessage (String message)
Set the message that will appear in the exception thrown if this instance has no value. More...
int  hashCode ()
boolean  equals (Object obj)
String  toString ()

Constructor & Destructor Documentation

Member Function Documentation

On This Page