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

js.factoryEditing.AttributeMetadataAndAttributeName.js Maven / Gradle / Ivy

export class AttributeMetadataAndAttributeName {
    constructor(attributeMetadata, attributeName) {
        this.attributeMetadata = attributeMetadata;
        this.attributeName = attributeName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy