com.arunta.base.settings
Class ArchiveDeviceType

java.lang.Object
  extended by com.arunta.base.settings.ArchiveDeviceType
All Implemented Interfaces:
java.io.Serializable

public class ArchiveDeviceType
extends java.lang.Object
implements java.io.Serializable

Enum for different archive devices.

See Also:
Serialized Form

Field Summary
static ArchiveDeviceType CD
           
static ArchiveDeviceType NETWORK_SHARE
           
static ArchiveDeviceType[] types
           
static ArchiveDeviceType USB
           
 
Constructor Summary
ArchiveDeviceType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static java.lang.String[] getNames()
           
 int getType()
           
static ArchiveDeviceType lookup(ArchiveDeviceType t)
           
static ArchiveDeviceType lookup(int i)
           
static ArchiveDeviceType lookup(java.lang.String t)
           
 void setType(int type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

types

public static final ArchiveDeviceType[] types

CD

public static final ArchiveDeviceType CD

NETWORK_SHARE

public static final ArchiveDeviceType NETWORK_SHARE

USB

public static final ArchiveDeviceType USB
Constructor Detail

ArchiveDeviceType

public ArchiveDeviceType()
Method Detail

lookup

public static ArchiveDeviceType lookup(ArchiveDeviceType t)

lookup

public static ArchiveDeviceType lookup(java.lang.String t)

lookup

public static ArchiveDeviceType lookup(int i)

getNames

public static java.lang.String[] getNames()

getType

public int getType()

setType

public void setType(int type)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

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


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.