Class ConstraintsImpl

    • Constructor Detail

      • ConstraintsImpl

        public ConstraintsImpl()
        Constructs an initially empty constraints.
      • ConstraintsImpl

        public ConstraintsImpl​(Constraints source)
        Constructs a metadata entity initialized with the values from the specified metadata.
        Since:
        2.4
    • Method Detail

      • getUseLimitation

        public Collection<InternationalString> getUseLimitation()
        Returns the limitation affecting the fitness for use of the resource. Example, "not to be used for navigation".
        Specified by:
        getUseLimitation in interface Constraints
        Returns:
        Limitation affecting the fitness for use of the resource.
      • setUseLimitation

        public void setUseLimitation​(Collection<? extends InternationalString> newValues)
        Set the limitation affecting the fitness for use of the resource. Example, "not to be used for navigation".