org.teleal.cling.model.types
Class DLNACaps

java.lang.Object
  extended by org.teleal.cling.model.types.DLNACaps

public class DLNACaps
extends Object

An arbitrary list of comma-separated elements, representing DLNA capabilities (whatever that is).

Author:
Christian Bauer

Constructor Summary
DLNACaps(String[] caps)
           
 
Method Summary
 boolean equals(Object o)
           
 String[] getCaps()
           
 int hashCode()
           
 String toString()
           
static DLNACaps valueOf(String s)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DLNACaps

public DLNACaps(String[] caps)
Method Detail

getCaps

public String[] getCaps()

valueOf

public static DLNACaps valueOf(String s)
                        throws InvalidValueException
Throws:
InvalidValueException

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.