All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.elements.RequirementLevel.mjs Maven / Gradle / Ivy

The newest version!
import { StringElement } from '@swagger-api/apidom-core';
class RequirementLevel extends StringElement {
  constructor(content, meta, attributes) {
    super(content, meta, attributes);
    this.element = 'requirementLevel';
  }
}
export default RequirementLevel;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy