|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyedFrame
A "Keyed Frame" is an ID3v2 frame type that can exist in multiple instances in a single ID3v2 tag, and whose instances are can be told apart by their unique "description" fields.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a content description or identifier for this frame. |
boolean |
isOfRepeatableType()
Returns true, since a frame type represented by the KeyedFrame interface must be able to exist in
multiple instances. |
Method Detail |
---|
java.lang.String getDescription()
boolean isOfRepeatableType()
KeyedFrame
interface must be able to exist in
multiple instances.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |