Package org.jupnp.model
Schnittstelle Validatable
- Alle bekannten Implementierungsklassen:
Action,ActionArgument,Device,DeviceDetails,DeviceIdentity,Icon,LocalDevice,QueryStateVariableAction,RemoteDevice,RemoteDeviceIdentity,StateVariable,StateVariableAllowedValueRange,StateVariableTypeDetails,UDAVersion
public interface Validatable
Marker for types with integrity rules that require validation.
- Autor:
- Christian Bauer
-
Methodenübersicht
-
Methodendetails
-
validate
List<ValidationError> validate()- Gibt zurück:
- An empty
Listif all rules validated properly, otherwise, the detected errors.
-