ix.iview.domain
Class UISpec
java.lang.Object
ix.iview.domain.UISpec
public class UISpec
- extends java.lang.Object
A class to distinguish different types of specifications that can come
back from a SpecEditor.
Field Summary |
protected LList |
spec
|
protected java.lang.String |
type
|
Constructor Summary |
UISpec(java.lang.String type,
LList spec)
|
UISpec(java.lang.String type,
java.lang.String spec)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected java.lang.String type
spec
protected LList spec
UISpec
public UISpec(java.lang.String type,
java.lang.String spec)
UISpec
public UISpec(java.lang.String type,
LList spec)
getType
public java.lang.String getType()
getSpec
public LList getSpec()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException