public class SelectType extends DefinedType implements ConstructedType
| Constructor and Description |
|---|
SelectType(SelectType old)
Copy constructor (shallow copy)
|
SelectType(String name) |
SelectType(String name,
UnderlyingType domain) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSelection(NamedType type) |
NamedType |
getSelectionBN(String name) |
ArrayList<NamedType> |
getSelections() |
HashMap<String,NamedType> |
getSelectionsBN() |
void |
setSelections(ArrayList<NamedType> selections) |
void |
setSelectionsBN(HashMap<String,NamedType> selectionsBN) |
getDomain, getDomain, setDomainpublic SelectType(String name, UnderlyingType domain)
public SelectType(SelectType old)
old - public SelectType(String name)
public boolean addSelection(NamedType type)
Copyright © 2018 OpenSource BIM. All rights reserved.