net.ontopia.topicmaps.webed.impl.utils
Class TypeStorage
java.lang.Object
net.ontopia.topicmaps.webed.impl.utils.TypeStorage
public class TypeStorage
- extends Object
INTERNAL: Helper class for storing a collection of TopicIF objects
for type specification as well as a flag which indicates that the
untyped type is allowed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
types
protected Collection types
untypedIncluded
protected boolean untypedIncluded
TypeStorage
public TypeStorage(Collection types,
boolean untypedIncluded)
getTypes
public Collection getTypes()
setTypes
public void setTypes(Collection types)
isUntypedIncluded
public boolean isUntypedIncluded()
setUntypedIncluded
public void setUntypedIncluded(boolean untypedIncluded)
Copyright © 2000-2012 Ontopia.