Package org.apache.abdera.ext.media
Interface MediaConstants
-
- All Known Implementing Classes:
MediaExtensionFactory
@Deprecated(since="2021-07-29") public interface MediaConstants
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMediaConstants.AlgoDeprecated.static classMediaConstants.ExpressionDeprecated.static classMediaConstants.MediumDeprecated.static classMediaConstants.RelationshipDeprecated.static classMediaConstants.RestrictionTypeDeprecated.static classMediaConstants.TypeDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static QNameADULTDeprecated.static QNameCATEGORYDeprecated.static QNameCONTENTDeprecated.static QNameCOPYRIGHTDeprecated.static QNameCREDITDeprecated.static QNameDESCRIPTIONDeprecated.static QNameGROUPDeprecated.static QNameHASHDeprecated.static QNameKEYWORDSDeprecated.static StringLN_ADULTDeprecated.static StringLN_CATEGORYDeprecated.static StringLN_CONTENTDeprecated.static StringLN_COPYRIGHTDeprecated.static StringLN_CREDITDeprecated.static StringLN_DESCRIPTIONDeprecated.static StringLN_GROUPDeprecated.static StringLN_HASHDeprecated.static StringLN_KEYWORDSDeprecated.static StringLN_PLAYERDeprecated.static StringLN_RATINGDeprecated.static StringLN_RESTRICTIONDeprecated.static StringLN_TEXTDeprecated.static StringLN_THUMBNAILDeprecated.static StringLN_TITLEDeprecated.static StringMEDIA_NSDeprecated.static StringMEDIA_PREFIXDeprecated.static QNamePLAYERDeprecated.static QNameRATINGDeprecated.static QNameRESTRICTIONDeprecated.static QNameTEXTDeprecated.static QNameTHUMBNAILDeprecated.static QNameTITLEDeprecated.
-
-
-
Field Detail
-
MEDIA_NS
static final String MEDIA_NS
Deprecated.- See Also:
- Constant Field Values
-
MEDIA_PREFIX
static final String MEDIA_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
LN_GROUP
static final String LN_GROUP
Deprecated.- See Also:
- Constant Field Values
-
LN_CONTENT
static final String LN_CONTENT
Deprecated.- See Also:
- Constant Field Values
-
LN_ADULT
static final String LN_ADULT
Deprecated.- See Also:
- Constant Field Values
-
LN_RATING
static final String LN_RATING
Deprecated.- See Also:
- Constant Field Values
-
LN_TITLE
static final String LN_TITLE
Deprecated.- See Also:
- Constant Field Values
-
LN_DESCRIPTION
static final String LN_DESCRIPTION
Deprecated.- See Also:
- Constant Field Values
-
LN_KEYWORDS
static final String LN_KEYWORDS
Deprecated.- See Also:
- Constant Field Values
-
LN_THUMBNAIL
static final String LN_THUMBNAIL
Deprecated.- See Also:
- Constant Field Values
-
LN_CATEGORY
static final String LN_CATEGORY
Deprecated.- See Also:
- Constant Field Values
-
LN_HASH
static final String LN_HASH
Deprecated.- See Also:
- Constant Field Values
-
LN_PLAYER
static final String LN_PLAYER
Deprecated.- See Also:
- Constant Field Values
-
LN_CREDIT
static final String LN_CREDIT
Deprecated.- See Also:
- Constant Field Values
-
LN_COPYRIGHT
static final String LN_COPYRIGHT
Deprecated.- See Also:
- Constant Field Values
-
LN_TEXT
static final String LN_TEXT
Deprecated.- See Also:
- Constant Field Values
-
LN_RESTRICTION
static final String LN_RESTRICTION
Deprecated.- See Also:
- Constant Field Values
-
GROUP
static final QName GROUP
Deprecated.
-
CONTENT
static final QName CONTENT
Deprecated.
-
ADULT
static final QName ADULT
Deprecated.
-
RATING
static final QName RATING
Deprecated.
-
TITLE
static final QName TITLE
Deprecated.
-
DESCRIPTION
static final QName DESCRIPTION
Deprecated.
-
KEYWORDS
static final QName KEYWORDS
Deprecated.
-
THUMBNAIL
static final QName THUMBNAIL
Deprecated.
-
CATEGORY
static final QName CATEGORY
Deprecated.
-
HASH
static final QName HASH
Deprecated.
-
PLAYER
static final QName PLAYER
Deprecated.
-
CREDIT
static final QName CREDIT
Deprecated.
-
COPYRIGHT
static final QName COPYRIGHT
Deprecated.
-
TEXT
static final QName TEXT
Deprecated.
-
RESTRICTION
static final QName RESTRICTION
Deprecated.
-
-