Class ReflectField
- java.lang.Object
-
- com.maxxton.microdocs.core.reflect.ReflectDoc
-
- com.maxxton.microdocs.core.reflect.ReflectField
-
public class ReflectField extends ReflectDoc
-
-
Constructor Summary
Constructors Constructor Description ReflectField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ReflectAnnotation>getAnnotations()java.lang.StringgetDefaultValue()ReflectGenericClassgetType()booleanisPublic()booleanisStatic()voidsetAnnotations(java.util.List<ReflectAnnotation> annotations)voidsetDefaultValue(java.lang.String defaultValue)voidsetPublic(boolean aPublic)voidsetStatic(boolean aStatic)voidsetType(ReflectGenericClass type)-
Methods inherited from class com.maxxton.microdocs.core.reflect.ReflectDoc
getDescription, getName, getSimpleName, setDescription, setName, setSimpleName
-
-
-
-
Method Detail
-
getAnnotations
public java.util.List<ReflectAnnotation> getAnnotations()
-
setAnnotations
public void setAnnotations(java.util.List<ReflectAnnotation> annotations)
-
getType
public ReflectGenericClass getType()
-
setType
public void setType(ReflectGenericClass type)
-
getDefaultValue
public java.lang.String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
-
isStatic
public boolean isStatic()
-
setStatic
public void setStatic(boolean aStatic)
-
isPublic
public boolean isPublic()
-
setPublic
public void setPublic(boolean aPublic)
-
-