public interface ValueInfo
Modifier and Type | Interface and Description |
---|---|
static class |
ValueInfo.Kind
Represents a type of
ValueInfo . |
Modifier and Type | Method and Description |
---|---|
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
Object |
getObject()
Returns the value as
Object . |
static ValueInfo |
of(Object value)
Returns
ValueInfo for the given value. |
ValueInfo.Kind getKind()
Object getObject()
Object
.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.