ValueInfo.Kind| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
Boolean |
getObject()
Returns the value as
Object. |
boolean |
getValue()
Returns the value.
|
int |
hashCode() |
static BooleanInfo |
of(boolean value)
Returns an instance for the value.
|
String |
toString() |
public static BooleanInfo of(boolean value)
value - the valuepublic ValueInfo.Kind getKind()
ValueInfopublic Boolean getObject()
ValueInfoObject.public boolean getValue()
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.