public abstract class IfcAbstractClass extends Object implements IfcInterface
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
stepNumber |
| 限定符 | 构造器和说明 |
|---|---|
|
IfcAbstractClass() |
protected |
IfcAbstractClass(int stepNumber) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
protected String |
getFileItem(IfcAbstractClass object) |
protected String |
getParamString(Object o)
used to get params of each line of IFC element.
|
int |
getStepNumber() |
boolean |
illegal() |
boolean |
isDefault() |
void |
setStepNumber(int stepNumber) |
String |
toIfc()
used to output str
|
public IfcAbstractClass()
protected IfcAbstractClass(int stepNumber)
public int getStepNumber()
public void setStepNumber(int stepNumber)
public boolean isDefault()
protected String getFileItem(IfcAbstractClass object) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
protected String getParamString(Object o)
public void check()
check 在接口中 IfcInterfacepublic boolean illegal()
illegal 在接口中 IfcInterfacepublic String toIfc() throws InvocationTargetException, NoSuchMethodException, IllegalAccessException
Copyright © 2023. All rights reserved.