org.fourthline.cling.model
Interface Validatable

All Known Implementing Classes:
Action, ActionArgument, Device, DeviceDetails, Icon, LocalDevice, QueryStateVariableAction, RemoteDevice, StateVariable, StateVariableAllowedValueRange, StateVariableTypeDetails, UDAVersion

public interface Validatable

Marker for types with integrity rules that require validation.

Author:
Christian Bauer

Method Summary
 List<ValidationError> validate()
           
 

Method Detail

validate

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


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.