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