net.sf.msplice.model
Class ViewProperty

java.lang.Object
  extended by net.sf.msplice.model.ViewProperty
All Implemented Interfaces:
ISpliceElement

public class ViewProperty
extends java.lang.Object
implements ISpliceElement


Constructor Summary
ViewProperty()
           
 
Method Summary
 java.lang.Object accept(IVisitor visitor)
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewProperty

public ViewProperty()
Method Detail

accept

public java.lang.Object accept(IVisitor visitor)
                        throws SpliceException
Specified by:
accept in interface ISpliceElement
Throws:
SpliceException

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


Copyright © 2005 SourceForge.net. All Rights Reserved.