org.cumt.model.classes
Class Method
java.lang.Object
org.cumt.model.IdentifiedObject
org.cumt.model.PropertyAwareObject
org.cumt.model.BaseModelNode
org.cumt.model.ModelObject
org.cumt.model.classes.Member
org.cumt.model.classes.Method
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Operation
public class Method
- extends Member
- implements Operation
- Author:
- Carlos Descalzi
- See Also:
- Serialized Form
Methods inherited from class org.cumt.model.BaseModelNode |
getAttribute, getAttributeNames, getAttributes, getCreationDate, getDefaultName, getDescription, getName, getParent, isIgnoredOnGeneration, removeAttribute, setAttribute, setAttributes, setDescription, setIgnoredOnGeneration, setName, setParent |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PARAMETERS
public static final java.lang.String PARAMETERS
- See Also:
- Constant Field Values
ABSTRACT
public static final java.lang.String ABSTRACT
- See Also:
- Constant Field Values
Method
public Method()
Method
public Method(java.lang.String name)
isAbstract
public boolean isAbstract()
setAbstract
public void setAbstract(boolean _abstract)
getParameters
public java.util.List<Parameter> getParameters()
setParameters
public void setParameters(java.util.List<Parameter> parameters)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Member
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseModelNode
Copyright © 2006 null. All Rights Reserved.