nl.wietmazairac.bimql.set.attribute.SetAttributeSubIfcFaceOuterBound 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.set.attribute;
public class SetAttributeSubIfcFaceOuterBound {
// fields
private Object object;
private String attributeName;
private String attributeNewValue;
// constructors
public SetAttributeSubIfcFaceOuterBound() {
}
public SetAttributeSubIfcFaceOuterBound(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("Bound")) {
//2NoEList
//2void
//2IfcLoop
}
else if (attributeName.equals("Orientation")) {
//2NoEList
//2void
//2Tristate
}
else {
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy