public class AiffTag extends GenericTag
Modifier and Type | Class and Description |
---|---|
private class |
AiffTag.AiffTagTextField |
commonNumber, fields
Constructor and Description |
---|
AiffTag() |
Modifier and Type | Method and Description |
---|---|
TagField |
createCompilationField(boolean value)
Creates isCompilation field
It is useful to have this method because it handles ensuring that the correct value to represent a boolean
is stored in the underlying field format.
|
TagField |
createField(AiffTagFieldKey genericKey,
java.lang.String value) |
boolean |
hasField(AiffTagFieldKey fieldKey) |
void |
setField(AiffTagFieldKey genericKey,
java.lang.String value)
Create new AIFF-specific field and set it in the tag
|
createField, createField, deleteField, getAll, getArtworkList, getFields, getFirst, getFirstField, getValue, isAllowedEncoding
addField, addField, addField, deleteArtworkField, deleteField, getAll, getFieldCount, getFieldCountIncludingSubValues, getFields, getFields, getFirst, getFirstArtwork, getFirstField, getItem, hasCommonFields, hasField, hasField, isEmpty, setEncoding, setField, setField, setField, toString
public boolean hasField(AiffTagFieldKey fieldKey)
public void setField(AiffTagFieldKey genericKey, java.lang.String value) throws KeyNotFoundException, FieldDataInvalidException
genericKey
- value
- KeyNotFoundException
FieldDataInvalidException
public TagField createField(AiffTagFieldKey genericKey, java.lang.String value) throws KeyNotFoundException, FieldDataInvalidException
public TagField createCompilationField(boolean value) throws KeyNotFoundException, FieldDataInvalidException
Tag
KeyNotFoundException
FieldDataInvalidException
Copyright © 2005-2013 java.net. All Rights Reserved.