infrastructure
Class Settings.MARITAL_STATUS

java.lang.Object
  extended by infrastructure.Settings.MARITAL_STATUS
Enclosing class:
Settings

public static final class Settings.MARITAL_STATUS
extends java.lang.Object

Marital status for agents


Field Summary
static int HAS_PARTNER
           
static int MARRIED
           
static int SINGLE
           
static int WIDOWED
           
 
Constructor Summary
Settings.MARITAL_STATUS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE

public static final int SINGLE
See Also:
Constant Field Values

MARRIED

public static final int MARRIED
See Also:
Constant Field Values

WIDOWED

public static final int WIDOWED
See Also:
Constant Field Values

HAS_PARTNER

public static final int HAS_PARTNER
See Also:
Constant Field Values
Constructor Detail

Settings.MARITAL_STATUS

public Settings.MARITAL_STATUS()