org.modeshape.sequencer.mp3
Class Mp3MetadataLexicon

java.lang.Object
  extended by org.modeshape.sequencer.mp3.Mp3MetadataLexicon

@Immutable
public class Mp3MetadataLexicon
extends Object

A lexicon of names used within the mp3 sequencer.


Nested Class Summary
static class Mp3MetadataLexicon.Namespace
           
 
Field Summary
static Name ALBUM
           
static Name AUTHOR
           
static Name COMMENT
           
static Name METADATA_NODE
           
static Name TITLE
           
static Name YEAR
           
 
Constructor Summary
Mp3MetadataLexicon()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METADATA_NODE

public static final Name METADATA_NODE

TITLE

public static final Name TITLE

AUTHOR

public static final Name AUTHOR

ALBUM

public static final Name ALBUM

YEAR

public static final Name YEAR

COMMENT

public static final Name COMMENT
Constructor Detail

Mp3MetadataLexicon

public Mp3MetadataLexicon()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.