Interface VitamParameter<T>

    • Method Detail

      • getMapParameters

        java.util.Map<T,​java.lang.String> getMapParameters()
        Get all the parameters
        Returns:
        a map with all parameters (key = attribute name, value = attribute value)
      • getMandatoriesParameters

        java.util.Set<T> getMandatoriesParameters()
        Get the attributes name which not have to be empty or null
        Returns:
        a set of attributes name