org.fourthline.cling.support.model
Class DIDLObject.Class
java.lang.Object
org.fourthline.cling.support.model.DIDLObject.Class
- Enclosing class:
- DIDLObject
public static class DIDLObject.Class
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
friendlyName
protected String friendlyName
includeDerived
protected boolean includeDerived
DIDLObject.Class
public DIDLObject.Class()
DIDLObject.Class
public DIDLObject.Class(String value)
DIDLObject.Class
public DIDLObject.Class(String value,
String friendlyName)
DIDLObject.Class
public DIDLObject.Class(String value,
String friendlyName,
boolean includeDerived)
getValue
public String getValue()
setValue
public void setValue(String value)
getFriendlyName
public String getFriendlyName()
setFriendlyName
public void setFriendlyName(String friendlyName)
isIncludeDerived
public boolean isIncludeDerived()
setIncludeDerived
public void setIncludeDerived(boolean includeDerived)
equals
public boolean equals(DIDLObject instance)
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.