org.teleal.cling.model.meta
Class UDAVersion
java.lang.Object
org.teleal.cling.model.meta.UDAVersion
- All Implemented Interfaces:
- Validatable
public class UDAVersion
- extends Object
- implements Validatable
Version of the UPnP Device Architecture (UDA), defaults to 1.0.
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDAVersion
public UDAVersion()
UDAVersion
public UDAVersion(int major,
int minor)
getMajor
public int getMajor()
getMinor
public int getMinor()
validate
public List<ValidationError> validate()
- Specified by:
validate
in interface Validatable
- Returns:
- An empty
List
if all rules validated properly, otherwise, the detected errors.
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.