|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ElementTag>
com.gcapmedia.dab.epg.binary.ElementTag
public enum ElementTag
List all defined tag types as per ETSI TS 101 371 V1.2.1 (2006-02)
Method Summary | |
---|---|
static ElementTag |
fromBytes(byte[] bytes)
Parse an object from its byte array representation |
byte[] |
getBytes()
|
int |
getLength()
|
static ElementTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ElementTag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ElementTag epg
public static final ElementTag serviceInformation
public static final ElementTag tokenTableElement
public static final ElementTag defaultContentIdElement
public static final ElementTag shortName
public static final ElementTag mediumName
public static final ElementTag longName
public static final ElementTag mediaDescription
public static final ElementTag genre
public static final ElementTag CA
public static final ElementTag keywords
public static final ElementTag memberOf
public static final ElementTag link
public static final ElementTag location
public static final ElementTag shortDescription
public static final ElementTag longDescription
public static final ElementTag programme
public static final ElementTag programmeGroups
public static final ElementTag schedule
public static final ElementTag alternateSource
public static final ElementTag programmeGroup
public static final ElementTag scope
public static final ElementTag serviceScope
public static final ElementTag ensemble
public static final ElementTag frequency
public static final ElementTag service
public static final ElementTag serviceID
public static final ElementTag epgLanguage
public static final ElementTag multimedia
public static final ElementTag time
public static final ElementTag bearer
public static final ElementTag programmeEvent
public static final ElementTag relativeTime
public static final ElementTag simulcast
Method Detail |
---|
public static ElementTag[] values()
for (ElementTag c : ElementTag.values()) System.out.println(c);
public static ElementTag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic byte[] getBytes()
getBytes
in interface Encodable
Encodable.getBytes()
public int getLength()
getLength
in interface Encodable
Encodable.getLength()
public static ElementTag fromBytes(byte[] bytes)
parent
- Tag parentbytes
- Byte array representation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |