infrastructure
Class Settings.GRANTS
java.lang.Object
infrastructure.Settings.GRANTS
- Enclosing class:
- Settings
public static class Settings.GRANTS
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_GRANT
public static final int NO_GRANT
- See Also:
- Constant Field Values
DISABILITY_GRANT
public static final int DISABILITY_GRANT
- See Also:
- Constant Field Values
PENSION_GRANT
public static final int PENSION_GRANT
- See Also:
- Constant Field Values
CHILD_GRANT
public static final int CHILD_GRANT
- See Also:
- Constant Field Values
FOSTER_CARE_GRANT
public static final int FOSTER_CARE_GRANT
- See Also:
- Constant Field Values
CHILD_GRANT_AGE
public static final int CHILD_GRANT_AGE
- See Also:
- Constant Field Values
FOSTER_CARE_GRANT_AGE
public static final int FOSTER_CARE_GRANT_AGE
- See Also:
- Constant Field Values
DISABILITY_GRANT_PROBABILITY
public static final double DISABILITY_GRANT_PROBABILITY
- right now, what we know is that it's low ... need to
digout from the fieldwork - this from the anecdotal account
- See Also:
- Constant Field Values
PENSION_AGE_FEMALE
public static final int PENSION_AGE_FEMALE
- Pension age for females
- See Also:
- Constant Field Values
PENSION_AGE_MALE
public static final int PENSION_AGE_MALE
- Pension age for males
- See Also:
- Constant Field Values
Settings.GRANTS
public Settings.GRANTS()