net.ontopia.topicmaps.webed.impl.utils
Class TypeStorage

java.lang.Object
  extended by 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.


Field Summary
protected  Collection types
           
protected  boolean untypedIncluded
           
 
Constructor Summary
TypeStorage(Collection types, boolean untypedIncluded)
           
 
Method Summary
 Collection getTypes()
           
 boolean isUntypedIncluded()
           
 void setTypes(Collection types)
           
 void setUntypedIncluded(boolean untypedIncluded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

types

protected Collection types

untypedIncluded

protected boolean untypedIncluded
Constructor Detail

TypeStorage

public TypeStorage(Collection types,
                   boolean untypedIncluded)
Method Detail

getTypes

public Collection getTypes()

setTypes

public void setTypes(Collection types)

isUntypedIncluded

public boolean isUntypedIncluded()

setUntypedIncluded

public void setUntypedIncluded(boolean untypedIncluded)


Copyright © 2000-2012 Ontopia.