public class ReflectionField extends BasicReflectionMember<Field> implements IFieldModel
ReflectionField class.
element| Constructor and Description |
|---|
ReflectionField(Field element)
Constructor for ReflectionField.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getJavaType()
getJavaType.
|
ITypeModel |
getJAXBType()
getJAXBType.
|
String |
getName()
getName.
|
ITypeModel |
getType()
getType.
|
boolean |
isPublic()
isPublic.
|
boolean |
isStatic()
isStatic.
|
equals, getAnnotation, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, getElement, hasAnnotation, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, hasAnnotationpublic String getName()
getName.
getName in interface IBasicModelgetName in class BasicReflectionMember<Field>String object.public ITypeModel getType()
getType.
getType in interface IFieldModelgetType in interface IMemberITypeModel object.public boolean isStatic()
isStatic.
isStatic in interface IFieldModelisStatic in interface IMemberpublic boolean isPublic()
isPublic.
isPublic in interface IFieldModelisPublic in interface IMemberpublic ITypeModel getJAXBType()
getJAXBType.
getJAXBType in interface IMemberITypeModel object.public Class<?> getJavaType()
getJavaType.
getJavaType in interface IMemberClass object.Copyright © 2015 Mulesoft. All rights reserved.