
nl.wietmazairac.bimql.set.attribute.SetAttributeSubIfcAxis2Placement3D 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
package nl.wietmazairac.bimql.set.attribute;
public class SetAttributeSubIfcAxis2Placement3D {
// fields
private Object object;
private String attributeName;
private String attributeNewValue;
// constructors
public SetAttributeSubIfcAxis2Placement3D() {
}
public SetAttributeSubIfcAxis2Placement3D(Object object, String attributeName, String attributeNewValue) {
this.object = object;
this.attributeName = attributeName;
this.attributeNewValue = attributeNewValue;
}
// methods
public Object getObject() {
return object;
}
public void setObject(Object object) {
this.object = object;
}
public String getAttributeName() {
return attributeName;
}
public void setAttributeName(String attributeName) {
this.attributeName = attributeName;
}
public String getAttributeNewValue() {
return attributeNewValue;
}
public void setAttributeNewValue(String attributeNewValue) {
this.attributeNewValue = attributeNewValue;
}
public void setAttribute() {
if (attributeName.equals("Axis")) {
//1NoEList
//1void
//1IfcDirection
}
else if (attributeName.equals("RefDirection")) {
//1NoEList
//1void
//1IfcDirection
}
else if (attributeName.equals("Dim")) {
//2NoEList
//2void
//2int
}
else if (attributeName.equals("Location")) {
//2NoEList
//2void
//2IfcCartesianPoint
}
else {
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy