civquest
Class Government

java.lang.Object
  extended bycivquest.Government

public class Government
extends java.lang.Object


Field Summary
static int ARISTOCRACY
           
static int DEMOCRACY
           
static int DESPOTISM
           
static int DICTATORSHIP
           
static int FASCISM
           
static int FEUDALISM
           
static int MONARCHY
           
static int REPUBLIC
           
static int TECHNOCRACY
           
static int TOTALITARIANISM
           
static int TRIBAL
           
 
Constructor Summary
Government()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESPOTISM

public static final int DESPOTISM
See Also:
Constant Field Values

MONARCHY

public static final int MONARCHY
See Also:
Constant Field Values

FASCISM

public static final int FASCISM
See Also:
Constant Field Values

TOTALITARIANISM

public static final int TOTALITARIANISM
See Also:
Constant Field Values

REPUBLIC

public static final int REPUBLIC
See Also:
Constant Field Values

DEMOCRACY

public static final int DEMOCRACY
See Also:
Constant Field Values

TRIBAL

public static final int TRIBAL
See Also:
Constant Field Values

DICTATORSHIP

public static final int DICTATORSHIP
See Also:
Constant Field Values

FEUDALISM

public static final int FEUDALISM
See Also:
Constant Field Values

ARISTOCRACY

public static final int ARISTOCRACY
See Also:
Constant Field Values

TECHNOCRACY

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

Government

public Government()