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

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

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

Methods in com.gcapmedia.dab.epg.binary that return AttributeTag
static AttributeTag AttributeTag.fromBytes(ElementTag parent, byte[] bytes)
          Parse an object from its byte array representation
 AttributeTag EnumType.getParent()
           
 AttributeTag Attribute.getTag()
           
static AttributeTag AttributeTag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttributeTag[] AttributeTag.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 AttributeTag
static EnumType EnumType.fromByte(AttributeTag parent, byte value)
          Parse an object from its byte array representation
 Attribute Element.getAttribute(AttributeTag tag)
          Returns a specific attribute
 boolean Element.hasAttribute(AttributeTag tag)
          Returns whether a specific attribute is defined for this element
 

Constructors in com.gcapmedia.dab.epg.binary with parameters of type AttributeTag
Attribute(AttributeTag tag, Encodable value)
          Create a new attribute
 



Copyright © 2007. All Rights Reserved.