public class DLNAFlagsAttribute extends DLNAAttribute<EnumSet<DLNAFlags>>
DLNAAttribute.Type| Constructor and Description |
|---|
DLNAFlagsAttribute() |
DLNAFlagsAttribute(DLNAFlags... flags) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s,
String cf) |
getValue, newInstance, setValue, toStringpublic DLNAFlagsAttribute()
public DLNAFlagsAttribute(DLNAFlags... flags)
public void setString(String s, String cf)
setString in class DLNAAttribute<EnumSet<DLNAFlags>>s - This attribute's value as a string representation.cf - This attribute's mime type as a string representation, optional.public String getString()
getString in class DLNAAttribute<EnumSet<DLNAFlags>>Copyright © 2023 jUPnP.org. All rights reserved.