Klasse StateVariableTypeDetails

java.lang.Object
org.jupnp.model.meta.StateVariableTypeDetails
Alle implementierten Schnittstellen:
Validatable

public class StateVariableTypeDetails extends Object implements Validatable
Type of a state variable, its default value, and integrity rules for allowed values and ranges.
Autor:
Christian Bauer, Jochen Hiller - use SpecificationViolationReporter
  • Konstruktordetails

  • Methodendetails

    • getDatatype

      public Datatype getDatatype()
    • getDefaultValue

      public String getDefaultValue()
    • getAllowedValues

      public String[] getAllowedValues()
    • getAllowedValueRange

      public StateVariableAllowedValueRange getAllowedValueRange()
    • foundDefaultInAllowedValues

      protected boolean foundDefaultInAllowedValues(String defaultValue, String[] allowedValues)
    • validate

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