ValueInfo.Kind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ClassInfo |
getDeclaringClass()
Returns the declaring class.
|
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
String |
getName()
Returns the name.
|
String |
getObject()
Returns the value as
Object . |
int |
hashCode() |
static EnumInfo |
of(ClassInfo declaringClass,
String name)
Returns an instance for the enum constant.
|
static EnumInfo |
of(Enum<?> value)
Returns an instance for the enum constant.
|
String |
toString() |
public static EnumInfo of(ClassInfo declaringClass, String name)
declaringClass
- the declaring class of the constantname
- the name of the constantpublic static EnumInfo of(Enum<?> value)
value
- the valuepublic ValueInfo.Kind getKind()
ValueInfo
public String getObject()
ValueInfo
Object
.public ClassInfo getDeclaringClass()
public String getName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.