|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.yosokumo.core.Value
com.yosokumo.core.EmptyValue
public class EmptyValue
Represents no value or an unknown value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.yosokumo.core.Value |
|---|
Value.Type |
| Constructor Summary | |
|---|---|
EmptyValue()
|
|
| Method Summary | |
|---|---|
Value.Type |
getType()
Return the type of the value. |
Value |
getValue()
Return the value stored in this empty object. |
java.lang.String |
toString()
Return the empty value as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyValue()
| Method Detail |
|---|
public Value.Type getType()
Value
getType in class Valuepublic Value getValue()
EmptyValue (null).public java.lang.String toString()
toString in class Value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||