public abstract class MetadataIdentifiers extends Object
PROPRIETARY_DATA
identifier and MAY contain identifiers defined in other OCAP HN profiles,
e.g. UPnP.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPRIETARY_DATA
This identifies proprietary data.
|
| Constructor and Description |
|---|
MetadataIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String identifier)
Indicates if the parameter identifier is contained within the set of
supported identifiers.
|
static String[] |
getIdentifiers()
Gets all metadata identifiers for all HN profiles supported by this
Host device.
|
static int |
getNumberOfIdentifiers()
Gets the number of identifiers in the set of supported identifiers
returned by the #getIdentifiers method.
|
public static final String PROPRIETARY_DATA
The value of this field is an OCAP defined string
"ocap:proprietaryData". If the proprietary data is an
array of bytes the data should be transported as a base 64 String.
public static String[] getIdentifiers()
public static int getNumberOfIdentifiers()
public static boolean contains(String identifier)
identifier - Name of the identifier to search for.Copyright © 2013 CableLabs. All Rights Reserved.