Package tschipp.carryon.config
Class PropertyData
java.lang.Object
tschipp.carryon.config.PropertyData
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyData(Object fieldClass, Field field, AnnotationData data, Object defaultValue) -
Method Summary
-
Constructor Details
-
PropertyData
-
-
Method Details
-
getSetter
-
setSetter
-
getData
-
getField
-
getFieldClass
-
getId
-
getBoolean
- Throws:
IllegalAccessException
-
setBoolean
public void setBoolean(boolean _boolean) -
getDefaultBoolean
public boolean getDefaultBoolean() -
getInt
- Throws:
IllegalAccessException
-
setInt
public void setInt(int _int) -
getDefaultInt
public int getDefaultInt() -
getDouble
- Throws:
IllegalAccessException
-
setDouble
public void setDouble(double _double) -
getDefaultDouble
public double getDefaultDouble() -
getStringArray
- Throws:
IllegalAccessException
-
setStringArray
-
getDefaultStringArray
-