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()
ValueInfo
public Boolean getObject()
ValueInfo
Object
.public boolean getValue()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.