org.drools.process.core.impl
Class ParameterDefinitionImpl

java.lang.Object
  extended by org.drools.process.core.impl.ParameterDefinitionImpl
All Implemented Interfaces:
Serializable, ParameterDefinition, TypeObject

public class ParameterDefinitionImpl
extends Object
implements ParameterDefinition, Serializable

See Also:
Serialized Form

Constructor Summary
ParameterDefinitionImpl()
           
ParameterDefinitionImpl(String name, DataType type)
           
 
Method Summary
 String getName()
           
 DataType getType()
           
 void setName(String name)
           
 void setType(DataType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterDefinitionImpl

public ParameterDefinitionImpl()

ParameterDefinitionImpl

public ParameterDefinitionImpl(String name,
                               DataType type)
Method Detail

getName

public String getName()
Specified by:
getName in interface ParameterDefinition

setName

public void setName(String name)
Specified by:
setName in interface ParameterDefinition

getType

public DataType getType()
Specified by:
getType in interface TypeObject

setType

public void setType(DataType type)
Specified by:
setType in interface TypeObject

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.