public class ReflectField extends ReflectDoc
| Constructor and Description |
|---|
ReflectField() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReflectAnnotation> |
getAnnotations() |
java.lang.String |
getDefaultValue() |
ReflectGenericClass |
getType() |
boolean |
isPublic() |
boolean |
isStatic() |
void |
setAnnotations(java.util.List<ReflectAnnotation> annotations) |
void |
setDefaultValue(java.lang.String defaultValue) |
void |
setPublic(boolean aPublic) |
void |
setStatic(boolean aStatic) |
void |
setType(ReflectGenericClass type) |
getDescription, getName, getSimpleName, setDescription, setName, setSimpleNamepublic java.util.List<ReflectAnnotation> getAnnotations()
public void setAnnotations(java.util.List<ReflectAnnotation> annotations)
public ReflectGenericClass getType()
public void setType(ReflectGenericClass type)
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
public boolean isStatic()
public void setStatic(boolean aStatic)
public boolean isPublic()
public void setPublic(boolean aPublic)