| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.resource.constraint.entity | |
| org.sikongsphere.ifc.model.schema.resource.constraint.enumeration |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcObjectiveEnum |
IfcObjective.objectiveQualifier |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcObjectiveEnum |
IfcObjective.getObjectiveQualifier() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcObjective.setObjectiveQualifier(IfcObjectiveEnum objectiveQualifier) |
| 构造器和说明 |
|---|
IfcObjective(IfcLabel name,
IfcText description,
IfcConstraintEnum constraintGrade,
IfcLabel constraintSource,
IfcActorSelect creatingActor,
IfcDateTimeSelect creationTime,
IfcLabel userDefinedGrade,
IfcMetric benchmarkValues,
IfcMetric resultValues,
IfcObjectiveEnum objectiveQualifier,
IfcLabel userDefinedQualifier) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IfcObjectiveEnum |
IfcObjectiveEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IfcObjectiveEnum[] |
IfcObjectiveEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2023. All rights reserved.