org.gjt.universe
Class RelationshipType

java.lang.Object
  |
  +--org.gjt.universe.RelationshipType

public final class RelationshipType
extends java.lang.Object

Enumerated type for the Relationship class.

See Also:
Relationship

Field Summary
static RelationshipType Ally
           
static RelationshipType Enemy
           
static RelationshipType Explored
           
private  java.lang.String id
           
static RelationshipType Neutral
           
static RelationshipType Owned
           
static RelationshipType Unexplored
           
static RelationshipType UnknownOccupied
           
 
Constructor Summary
private RelationshipType(java.lang.String inID)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private java.lang.String id

Unexplored

public static final RelationshipType Unexplored

Explored

public static final RelationshipType Explored

Owned

public static final RelationshipType Owned

Enemy

public static final RelationshipType Enemy

Neutral

public static final RelationshipType Neutral

Ally

public static final RelationshipType Ally

UnknownOccupied

public static final RelationshipType UnknownOccupied
Constructor Detail

RelationshipType

private RelationshipType(java.lang.String inID)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001 Universe Dev Team All Rights Reserved.