org.scribble.protocol.model
Class ImportList

java.lang.Object
  extended by org.scribble.protocol.model.ModelObject
      extended by org.scribble.protocol.model.ImportList
Direct Known Subclasses:
ProtocolImportList, TypeImportList

public abstract class ImportList
extends ModelObject

This class represents an import definition associated with a model.


Constructor Summary
ImportList()
          The default constructor.
ImportList(ImportList copy)
          The copy constructor.
 
Method Summary
 
Methods inherited from class org.scribble.protocol.model.ModelObject
derivedFrom, getAnnotations, getModel, getParent, getProperties, setParent, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportList

public ImportList()
The default constructor.


ImportList

public ImportList(ImportList copy)
The copy constructor.

Parameters:
copy - The copy


Copyright © 2008-Present Scribble.org. All Rights Reserved.