fm.liveswitch.NullableShort Class Reference

A nullable short. More...

Public Member Functions

 NullableShort ()
 
 NullableShort (short value)
 
 NullableShort (Short value)
 
boolean hasValue ()
 
boolean getHasValue ()
 
short getValue ()
 
void setValue (short value)
 
short getValueOrDefault ()
 
String toString ()
 

Static Public Member Functions

static NullableShort nullValue ()
 

Detailed Description

A nullable short.

Constructor & Destructor Documentation

◆ NullableShort() [1/3]

fm.liveswitch.NullableShort.NullableShort ( )

◆ NullableShort() [2/3]

fm.liveswitch.NullableShort.NullableShort ( short  value)

◆ NullableShort() [3/3]

fm.liveswitch.NullableShort.NullableShort ( Short  value)

Member Function Documentation

◆ getHasValue()

boolean fm.liveswitch.NullableShort.getHasValue ( )

◆ getValue()

short fm.liveswitch.NullableShort.getValue ( )

◆ getValueOrDefault()

short fm.liveswitch.NullableShort.getValueOrDefault ( )

◆ hasValue()

boolean fm.liveswitch.NullableShort.hasValue ( )

◆ nullValue()

static NullableShort fm.liveswitch.NullableShort.nullValue ( )
static

◆ setValue()

void fm.liveswitch.NullableShort.setValue ( short  value)

◆ toString()

String fm.liveswitch.NullableShort.toString ( )