Uses of Class
net.jolsrv2.constants.TlvTypes

Packages that use TlvTypes
net.jolsrv2.constants   
net.jolsrv2.data   
 

Uses of TlvTypes in net.jolsrv2.constants
 

Methods in net.jolsrv2.constants that return TlvTypes
static TlvTypes TlvTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TlvTypes[] TlvTypes.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of TlvTypes in net.jolsrv2.data
 

Methods in net.jolsrv2.data that return TlvTypes
 TlvTypes Tlv.getType()
          Returns the TLV types
 

Constructors in net.jolsrv2.data with parameters of type TlvTypes
Tlv(TlvTypes type)
          Constructor