com.unitesk.atp.treedl
Class TDL.Parameter
java.lang.Object
com.unitesk.atp.dynattrs.IndexedAttributedImpl
com.unitesk.atp.dynattrs.MapAttributed
com.unitesk.atp.dynattrs.BeanMapAttributed
com.unitesk.atp.tree.TreeClass.NodeClass
com.unitesk.atp.treedl.TDL.Parameter
- All Implemented Interfaces:
- Attributed, Keyed, Node, Serializable
- Enclosing class:
- TDL
public static class TDL.Parameter
- extends TreeClass.NodeClass
Case parameter
- See Also:
- Serialized Form
Field Summary |
static int |
KEY
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final int KEY
- See Also:
- Constant Field Values
TDL.Parameter
public TDL.Parameter(TDL.TypeRef optType,
TDL.ID name)
getOptType
public TDL.TypeRef getOptType()
- Case parameter type. Only for virtual parameters
setOptType
public void setOptType(TDL.TypeRef optType)
getName
public TDL.ID getName()
- Case parameter name. Should be the same as in operation signature
setName
public void setName(TDL.ID name)
keyClass
public Class keyClass()
key
public int key()
accept
public void accept(Visitor visitor)
Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.