Interface ObjectModelParameter

    • Method Detail

      • getType

        String getType()
        Returns the type of this parameter.
        Returns:
        the type of this parameter.
      • getMinMultiplicity

        int getMinMultiplicity()
        Returns the minimal multiplicity of this parameter. The -1 value means infinite.
        Returns:
        the minimal multiplicity of this parameter.
      • getMaxMultiplicity

        int getMaxMultiplicity()
        Returns the maximal multiplicity of this parameter. The -1 value means infinite.
        Returns:
        the maximal multiplicity of this parameter.
      • isOrdered

        boolean isOrdered()
        true if this parameter is isOrdered
        Returns:
        true if this parameter is isOrdered
      • isUnique

        boolean isUnique()
        true if this parameter is isUnique
        Returns:
        true if this parameter is isUnique
      • getDefaultValue

        String getDefaultValue()
        default value of this parameter
        Returns:
        a String for the defaultValue (must be interpreted depending on the parameter type)