Uses of Class
com.baseprogramming.lang.PacketTypes

Packages that use PacketTypes
com.baseprogramming.lang   
 

Uses of PacketTypes in com.baseprogramming.lang
 

Fields in com.baseprogramming.lang declared as PacketTypes
protected  PacketTypes WordReferencePacket.PacketType
           
 

Methods in com.baseprogramming.lang that return PacketTypes
 PacketTypes WordReference.getFirstPacketType()
          Get the Packet type of the first packet found (null if list is empty)
 PacketTypes WordReferencePacket.getPacketType()
           
static PacketTypes PacketTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PacketTypes[] PacketTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.baseprogramming.lang with parameters of type PacketTypes
 void WordReferencePacket.setPacketType(PacketTypes PacketType)