public class UDAVersion extends Object implements Validatable
| Constructor and Description |
|---|
UDAVersion() |
UDAVersion(int major,
int minor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMajor() |
int |
getMinor() |
List<ValidationError> |
validate() |
public UDAVersion()
public UDAVersion(int major,
int minor)
public int getMajor()
public int getMinor()
public List<ValidationError> validate()
validate in interface ValidatableList if all rules validated properly, otherwise, the detected errors.Copyright © 2023 jUPnP.org. All rights reserved.