|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DLNAAttribute.Type | |
---|---|
org.fourthline.cling.support.model.dlna |
Uses of DLNAAttribute.Type in org.fourthline.cling.support.model.dlna |
---|
Fields in org.fourthline.cling.support.model.dlna with type parameters of type DLNAAttribute.Type | |
---|---|
protected Map<DLNAAttribute.Type,DLNAAttribute> |
DLNAProtocolInfo.attributes
|
Methods in org.fourthline.cling.support.model.dlna that return DLNAAttribute.Type | |
---|---|
static DLNAAttribute.Type |
DLNAAttribute.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DLNAAttribute.Type |
DLNAAttribute.Type.valueOfAttributeName(String attributeName)
|
static DLNAAttribute.Type[] |
DLNAAttribute.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.fourthline.cling.support.model.dlna that return types with arguments of type DLNAAttribute.Type | |
---|---|
Map<DLNAAttribute.Type,DLNAAttribute> |
DLNAProtocolInfo.getAttributes()
|
Methods in org.fourthline.cling.support.model.dlna with parameters of type DLNAAttribute.Type | |
---|---|
boolean |
DLNAProtocolInfo.contains(DLNAAttribute.Type type)
|
DLNAAttribute |
DLNAProtocolInfo.getAttribute(DLNAAttribute.Type type)
|
static DLNAAttribute |
DLNAAttribute.newInstance(DLNAAttribute.Type type,
String attributeValue,
String contentFormat)
Create a new instance of a DLNAAttribute subtype that matches the given type and value. |
Constructor parameters in org.fourthline.cling.support.model.dlna with type arguments of type DLNAAttribute.Type | |
---|---|
DLNAProtocolInfo(DLNAProfiles profile,
EnumMap<DLNAAttribute.Type,DLNAAttribute> attributes)
|
|
DLNAProtocolInfo(Protocol protocol,
String network,
String contentFormat,
EnumMap<DLNAAttribute.Type,DLNAAttribute> attributes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |