Uses of Class
com.gcapmedia.dab.epg.binary.TokenTag

Packages that use TokenTag
com.gcapmedia.dab.epg.binary   
 

Uses of TokenTag in com.gcapmedia.dab.epg.binary
 

Methods in com.gcapmedia.dab.epg.binary that return TokenTag
static TokenTag TokenTag.fromBytes(byte[] bytes)
          Parse an object from its byte array representation
 TokenTag Token.getTag()
           
static TokenTag TokenTag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TokenTag[] TokenTag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.gcapmedia.dab.epg.binary with parameters of type TokenTag
 Token TokenTable.getToken(TokenTag tag)
          Returns a token from its tag, null if it does not exist in the table
 

Constructors in com.gcapmedia.dab.epg.binary with parameters of type TokenTag
Token(TokenTag tag, StringType value)
          Create a new attribute
 



Copyright © 2007. All Rights Reserved.