Interface EncodingConstraint

All Superinterfaces:
Constraint, ModelElement, NamedElement
All Known Implementing Classes:
DefaultEncodingConstraint

public interface EncodingConstraint extends Constraint
Restricts a string value to a certain encoding. Possible encodings are US-ASCII, ISO-8859-1, UTF-8, UTF-16, UTF-16BE and UTF-16LE.
Since:
SAMM 1.0.0
  • Method Details

    • getValue

      Charset getValue()
      Returns:
      the Charset which defines the encoding for the value.