Verwendungen von Enum
org.jupnp.support.model.dlna.DLNAAttribute.Type
Packages, die DLNAAttribute.Type verwenden
-
Verwendungen von DLNAAttribute.Type in org.jupnp.support.model.dlna
Felder in org.jupnp.support.model.dlna mit Typparametern vom Typ DLNAAttribute.TypeModifizierer und TypFeldBeschreibungprotected final Map<DLNAAttribute.Type, DLNAAttribute<?>> DLNAProtocolInfo.attributesMethoden in org.jupnp.support.model.dlna, die DLNAAttribute.Type zurückgebenModifizierer und TypMethodeBeschreibungstatic DLNAAttribute.TypeGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static DLNAAttribute.TypeDLNAAttribute.Type.valueOfAttributeName(String attributeName) static DLNAAttribute.Type[]DLNAAttribute.Type.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in org.jupnp.support.model.dlna, die Typen mit Argumenten vom Typ DLNAAttribute.Type zurückgebenMethoden in org.jupnp.support.model.dlna mit Parametern vom Typ DLNAAttribute.TypeModifizierer und TypMethodeBeschreibungbooleanDLNAProtocolInfo.contains(DLNAAttribute.Type type) DLNAProtocolInfo.getAttribute(DLNAAttribute.Type type) static DLNAAttribute<?> DLNAAttribute.newInstance(DLNAAttribute.Type type, String attributeValue, String contentFormat) Create a new instance of aDLNAAttributesubtype that matches the given type and value.Konstruktorparameter in org.jupnp.support.model.dlna mit Typargumenten vom Typ DLNAAttribute.TypeModifiziererKonstruktorBeschreibungDLNAProtocolInfo(DLNAProfiles profile, Map<DLNAAttribute.Type, DLNAAttribute<?>> attributes) DLNAProtocolInfo(Protocol protocol, String network, String contentFormat, Map<DLNAAttribute.Type, DLNAAttribute<?>> attributes)