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

    Modifizierer und Typ
    Methode
    Beschreibung
     
  • Methodendetails

    • validate

      List<ValidationError> validate()
      Gibt zurück:
      An empty List if all rules validated properly, otherwise, the detected errors.