org.jmythapi.database.impl
Class JobCommands

java.lang.Object
  extended by java.lang.Number
      extended by org.jmythapi.protocol.response.impl.AGroup<E>
          extended by org.jmythapi.protocol.response.impl.AEnumGroup<E>
              extended by org.jmythapi.database.impl.ADatabaseEnumGroup<IJobCommand.Commands>
                  extended by org.jmythapi.database.impl.JobCommands
All Implemented Interfaces:
Serializable, Cloneable, Formattable, IJobCommand, IVersionable, IEnumGroup<IJobCommand.Commands>, IGroup<IJobCommand.Commands>

public class JobCommands
extends ADatabaseEnumGroup<IJobCommand.Commands>
implements IJobCommand

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jmythapi.database.IJobCommand
IJobCommand.Commands
 
Field Summary
 
Fields inherited from class org.jmythapi.protocol.response.impl.AGroup
groupClass, logger, longValue, protoVersion
 
Constructor Summary
JobCommands(ProtocolVersion protoVersion, int dbVersion, int value)
           
 
Method Summary
static JobCommands valueOf(ProtocolVersion protoVersion, int dbVersion, IJobCommand.Commands command)
           
static JobCommands valueOf(ProtocolVersion protoVersion, int dbVersion, String value)
           
 
Methods inherited from class org.jmythapi.database.impl.ADatabaseEnumGroup
getEnum
 
Methods inherited from class org.jmythapi.protocol.response.impl.AEnumGroup
getEnumValue, hasEnum, hasEnum, toString, valueOf
 
Methods inherited from class org.jmythapi.protocol.response.impl.AGroup
clone, createObject, doubleValue, equals, floatValue, formatTo, getGroupClass, getVersionNr, hashCode, intValue, longValue
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jmythapi.protocol.response.IEnumGroup
getEnum, hasEnum, hasEnum
 
Methods inherited from interface org.jmythapi.protocol.response.IGroup
getGroupClass, longValue
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 

Constructor Detail

JobCommands

public JobCommands(ProtocolVersion protoVersion,
                   int dbVersion,
                   int value)
Method Detail

valueOf

public static JobCommands valueOf(ProtocolVersion protoVersion,
                                  int dbVersion,
                                  String value)

valueOf

public static JobCommands valueOf(ProtocolVersion protoVersion,
                                  int dbVersion,
                                  IJobCommand.Commands command)


Copyright © 2008-2013. All Rights Reserved.