infrastructure
Class Settings.COURTSHIP_MESSAGE

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

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

Types of Sexual Partnerships Messages


Field Summary
static int ACCEPTANCE
           
static int COURTSHIP_OFFER
           
static int NO_MESSAGE
           
static int REJECTION
           
static int WAITING
           
 
Constructor Summary
Settings.COURTSHIP_MESSAGE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_MESSAGE

public static final int NO_MESSAGE
See Also:
Constant Field Values

COURTSHIP_OFFER

public static final int COURTSHIP_OFFER
See Also:
Constant Field Values

ACCEPTANCE

public static final int ACCEPTANCE
See Also:
Constant Field Values

REJECTION

public static final int REJECTION
See Also:
Constant Field Values

WAITING

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

Settings.COURTSHIP_MESSAGE

public Settings.COURTSHIP_MESSAGE()