
nl.wietmazairac.bimql.get.attribute.GetAttributeSubIfcAnnotationCurveOccurrence Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bimql Show documentation
Show all versions of bimql Show documentation
BIMserver plugin provides the BimQL query language
The newest version!
package nl.wietmazairac.bimql.get.attribute;
import java.util.ArrayList;
import org.bimserver.models.ifc2x3tc1.IfcAnnotationCurveOccurrence;
public class GetAttributeSubIfcAnnotationCurveOccurrence {
// fields
private Object object;
private String string;
// constructors
public GetAttributeSubIfcAnnotationCurveOccurrence(Object object, String string) {
this.object = object;
this.string = string;
}
// methods
public Object getObject() {
return object;
}
public void setObject(Object object) {
this.object = object;
}
public String getString() {
return string;
}
public void setString(String string) {
this.string = string;
}
public ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy