public interface ConstructionTypeSet
ConstructionTypeSet encapsulates a set of ConstructionType objects, uses StructuralClassification. The Floor and Property aggregate objects are linked to the ConstructionTypeSet Objects.
StructureClassification,
ConstructionType| Modifier and Type | Method and Description |
|---|---|
void |
addConstructionType(ConstructionType constructionType)
This method adds ConstructionType object.
|
Set |
getConstructionTypes()
This method returns a Set of ConstructionType objects.
|
StructureClassification |
getStructureClassification()
This method returns StructureClassification object.
|
void |
removeConstructionType(ConstructionType constructionType)
This method removes ConstructionType object.
|
void |
setConstructionTypes(Set constrTypes)
This method sets a Set of ConstructionType objects to ConstructionTypeSet
.
|
StructureClassification getStructureClassification()
Set getConstructionTypes()
void setConstructionTypes(Set constrTypes)
Set - of ConstructionType objectsvoid addConstructionType(ConstructionType constructionType)
ConstructionType - objectvoid removeConstructionType(ConstructionType constructionType)
ConstructionType - objectCopyright © 2015–2017 eGovernments Foundation. All rights reserved.