public interface Field<O extends JavaType<O>> extends Member<O>
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteralInitializer() |
String |
getQualifiedType()
Get this field's fully qualified type.
|
String |
getStringInitializer() |
String |
getType()
Get this field's type.
|
Type<O> |
getTypeInspector()
Get this field's
Type |
boolean |
isPrimitive() |
boolean |
isTransient() |
boolean |
isType(Class<?> type)
Attempt to determine if this field is of the same type as the given type.
|
boolean |
isType(String type)
Attempt to determine if this field is of the same type as the given type.
|
boolean |
isVolatile() |
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublicgetAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotationgetInternalString getType()
String getQualifiedType()
boolean isType(Class<?> type)
boolean isType(String type)
String getStringInitializer()
String getLiteralInitializer()
boolean isPrimitive()
boolean isTransient()
boolean isVolatile()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.