com.planet_ink.coffee_mud.Commands
Enum ListCmd.ListCmdEntry

java.lang.Object
  extended by java.lang.Enum<ListCmd.ListCmdEntry>
      extended by com.planet_ink.coffee_mud.Commands.ListCmd.ListCmdEntry
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ListCmd.ListCmdEntry>
Enclosing class:
ListCmd

public static enum ListCmd.ListCmdEntry
extends java.lang.Enum<ListCmd.ListCmdEntry>


Enum Constant Summary
ABILITIES
           
ABILITYCODES
           
ABILITYDOMAINS
           
ABILITYFLAGS
           
ACCOUNTS
           
ACHIEVEMENTS
           
ALLQUALIFYS
           
AREA
           
AREARESOURCES
           
AREAS
           
AREATYPES
           
ARMOR
           
BANNED
           
BEHAVIORS
           
CHANTS
           
CLANITEMS
           
CLANS
           
CLASSES
           
COMMANDJOURNAL
           
COMMANDJOURNALS
           
COMMANDS
           
COMMON
           
COMPONENTS
           
CONQUERED
           
CONTENTS
           
CURRENTS
           
DEBUGFLAG
           
DISABLEFLAG
           
DISEASES
           
ENABLEFLAG
           
ENVRESOURCES
           
EXITS
           
EXPERTISES
           
EXPIRED
           
EXPIRES
           
FACTIONS
           
FILEUSE
           
GENSTATS
           
GOVERNMENTS
           
HELPFILEREQUESTS
           
HOLIDAYS
           
ITEMS
           
JOURNALS
           
LANGUAGES
           
LINKAGES
           
LOCALES
           
LOG
           
MAGIC
           
MANUFACTURERS
           
MATERIALS
           
MOBS
           
NEWS
           
NOPURGE
           
OBJCOUNTERS
           
ONEWAYDOORS
           
PLANETS
           
POISONS
           
POLLS
           
PRAYERS
           
PROPERTIES
           
QUESTNAMES
           
QUESTS
           
QUESTWINNERS
           
RACECATS
           
RACES
           
REALESTATE
           
RECIPES
           
REPORTS
           
RESOURCES
           
ROOMS
           
SCRIPTS
           
SESSIONS
           
SHIPS
           
SKILLS
           
SOCIALS
           
SOFTWARE
           
SONGS
           
SPACE
           
SPACESHIPAREAS
           
SPELLS
           
SQL
           
STAFF
           
SUPERPOWERS
           
TECH
           
TECHSKILLS
           
THIEFSKILLS
           
THREAD
           
THREADS
           
TICKS
           
TIMEZONES
           
TITLES
           
UNLINKEDEXITS
           
USERS
           
WEAPONS
           
WORLD
           
 
Field Summary
 java.lang.String[] cmd
           
 CMSecurity.SecGroup flags
           
 
Method Summary
static ListCmd.ListCmdEntry valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ListCmd.ListCmdEntry[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNLINKEDEXITS

public static final ListCmd.ListCmdEntry UNLINKEDEXITS

ITEMS

public static final ListCmd.ListCmdEntry ITEMS

ARMOR

public static final ListCmd.ListCmdEntry ARMOR

ABILITYDOMAINS

public static final ListCmd.ListCmdEntry ABILITYDOMAINS

ABILITYCODES

public static final ListCmd.ListCmdEntry ABILITYCODES

ABILITYFLAGS

public static final ListCmd.ListCmdEntry ABILITYFLAGS

ENVRESOURCES

public static final ListCmd.ListCmdEntry ENVRESOURCES

WEAPONS

public static final ListCmd.ListCmdEntry WEAPONS

MOBS

public static final ListCmd.ListCmdEntry MOBS

ROOMS

public static final ListCmd.ListCmdEntry ROOMS

AREA

public static final ListCmd.ListCmdEntry AREA

LOCALES

public static final ListCmd.ListCmdEntry LOCALES

BEHAVIORS

public static final ListCmd.ListCmdEntry BEHAVIORS

EXITS

public static final ListCmd.ListCmdEntry EXITS

RACES

public static final ListCmd.ListCmdEntry RACES

CLASSES

public static final ListCmd.ListCmdEntry CLASSES

STAFF

public static final ListCmd.ListCmdEntry STAFF

ABILITIES

public static final ListCmd.ListCmdEntry ABILITIES

SPELLS

public static final ListCmd.ListCmdEntry SPELLS

SONGS

public static final ListCmd.ListCmdEntry SONGS

PRAYERS

public static final ListCmd.ListCmdEntry PRAYERS

PROPERTIES

public static final ListCmd.ListCmdEntry PROPERTIES

THIEFSKILLS

public static final ListCmd.ListCmdEntry THIEFSKILLS

COMMON

public static final ListCmd.ListCmdEntry COMMON

JOURNALS

public static final ListCmd.ListCmdEntry JOURNALS

COMMANDJOURNALS

public static final ListCmd.ListCmdEntry COMMANDJOURNALS

SKILLS

public static final ListCmd.ListCmdEntry SKILLS

QUESTS

public static final ListCmd.ListCmdEntry QUESTS

QUESTWINNERS

public static final ListCmd.ListCmdEntry QUESTWINNERS

QUESTNAMES

public static final ListCmd.ListCmdEntry QUESTNAMES

DISEASES

public static final ListCmd.ListCmdEntry DISEASES

POISONS

public static final ListCmd.ListCmdEntry POISONS

LANGUAGES

public static final ListCmd.ListCmdEntry LANGUAGES

TICKS

public static final ListCmd.ListCmdEntry TICKS

MAGIC

public static final ListCmd.ListCmdEntry MAGIC

TECH

public static final ListCmd.ListCmdEntry TECH

CLANITEMS

public static final ListCmd.ListCmdEntry CLANITEMS

COMMANDJOURNAL

public static final ListCmd.ListCmdEntry COMMANDJOURNAL

REALESTATE

public static final ListCmd.ListCmdEntry REALESTATE

NOPURGE

public static final ListCmd.ListCmdEntry NOPURGE

BANNED

public static final ListCmd.ListCmdEntry BANNED

RACECATS

public static final ListCmd.ListCmdEntry RACECATS

LOG

public static final ListCmd.ListCmdEntry LOG

USERS

public static final ListCmd.ListCmdEntry USERS

LINKAGES

public static final ListCmd.ListCmdEntry LINKAGES

REPORTS

public static final ListCmd.ListCmdEntry REPORTS

THREAD

public static final ListCmd.ListCmdEntry THREAD

THREADS

public static final ListCmd.ListCmdEntry THREADS

RESOURCES

public static final ListCmd.ListCmdEntry RESOURCES

ONEWAYDOORS

public static final ListCmd.ListCmdEntry ONEWAYDOORS

CHANTS

public static final ListCmd.ListCmdEntry CHANTS

SUPERPOWERS

public static final ListCmd.ListCmdEntry SUPERPOWERS

COMPONENTS

public static final ListCmd.ListCmdEntry COMPONENTS

EXPERTISES

public static final ListCmd.ListCmdEntry EXPERTISES

FACTIONS

public static final ListCmd.ListCmdEntry FACTIONS

MATERIALS

public static final ListCmd.ListCmdEntry MATERIALS

OBJCOUNTERS

public static final ListCmd.ListCmdEntry OBJCOUNTERS

POLLS

public static final ListCmd.ListCmdEntry POLLS

CONTENTS

public static final ListCmd.ListCmdEntry CONTENTS

EXPIRES

public static final ListCmd.ListCmdEntry EXPIRES

TITLES

public static final ListCmd.ListCmdEntry TITLES

ACHIEVEMENTS

public static final ListCmd.ListCmdEntry ACHIEVEMENTS

AREARESOURCES

public static final ListCmd.ListCmdEntry AREARESOURCES

CONQUERED

public static final ListCmd.ListCmdEntry CONQUERED

HOLIDAYS

public static final ListCmd.ListCmdEntry HOLIDAYS

RECIPES

public static final ListCmd.ListCmdEntry RECIPES

HELPFILEREQUESTS

public static final ListCmd.ListCmdEntry HELPFILEREQUESTS

SCRIPTS

public static final ListCmd.ListCmdEntry SCRIPTS

ACCOUNTS

public static final ListCmd.ListCmdEntry ACCOUNTS

GOVERNMENTS

public static final ListCmd.ListCmdEntry GOVERNMENTS

CLANS

public static final ListCmd.ListCmdEntry CLANS

DEBUGFLAG

public static final ListCmd.ListCmdEntry DEBUGFLAG

DISABLEFLAG

public static final ListCmd.ListCmdEntry DISABLEFLAG

ENABLEFLAG

public static final ListCmd.ListCmdEntry ENABLEFLAG

ALLQUALIFYS

public static final ListCmd.ListCmdEntry ALLQUALIFYS

NEWS

public static final ListCmd.ListCmdEntry NEWS

AREAS

public static final ListCmd.ListCmdEntry AREAS

TIMEZONES

public static final ListCmd.ListCmdEntry TIMEZONES

SESSIONS

public static final ListCmd.ListCmdEntry SESSIONS

WORLD

public static final ListCmd.ListCmdEntry WORLD

PLANETS

public static final ListCmd.ListCmdEntry PLANETS

SPACE

public static final ListCmd.ListCmdEntry SPACE

SPACESHIPAREAS

public static final ListCmd.ListCmdEntry SPACESHIPAREAS

CURRENTS

public static final ListCmd.ListCmdEntry CURRENTS

MANUFACTURERS

public static final ListCmd.ListCmdEntry MANUFACTURERS

TECHSKILLS

public static final ListCmd.ListCmdEntry TECHSKILLS

SOFTWARE

public static final ListCmd.ListCmdEntry SOFTWARE

EXPIRED

public static final ListCmd.ListCmdEntry EXPIRED

SQL

public static final ListCmd.ListCmdEntry SQL

SHIPS

public static final ListCmd.ListCmdEntry SHIPS

COMMANDS

public static final ListCmd.ListCmdEntry COMMANDS

FILEUSE

public static final ListCmd.ListCmdEntry FILEUSE

SOCIALS

public static final ListCmd.ListCmdEntry SOCIALS

AREATYPES

public static final ListCmd.ListCmdEntry AREATYPES

GENSTATS

public static final ListCmd.ListCmdEntry GENSTATS
Field Detail

cmd

public java.lang.String[] cmd

flags

public CMSecurity.SecGroup flags
Method Detail

values

public static ListCmd.ListCmdEntry[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ListCmd.ListCmdEntry c : ListCmd.ListCmdEntry.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ListCmd.ListCmdEntry valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null