universe.common.database
Class LocationType

java.lang.Object
  |
  +--universe.common.database.LocationType
All Implemented Interfaces:
java.io.Serializable

public final class LocationType
extends java.lang.Object
implements java.io.Serializable

Enumerated type for the Location class.

Version:
$Id: LocationType.java,v 1.3 2003/04/03 07:10:39 sstarkey Exp $
See Also:
Location, Serialized Form

Field Summary
static LocationType Coord
           
private  java.lang.String id
           
static LocationType PlanetOrbit
           
static LocationType PlanetSurface
           
static LocationType Station
           
static LocationType System
           
static LocationType Undefined
           
 
Constructor Summary
private LocationType(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

Undefined

public static final LocationType Undefined

Coord

public static final LocationType Coord

PlanetOrbit

public static final LocationType PlanetOrbit

PlanetSurface

public static final LocationType PlanetSurface

System

public static final LocationType System

Station

public static final LocationType Station
Constructor Detail

LocationType

private LocationType(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.