com.hyper9.simdk.codegen.impls
Class MetaParamImpl

java.lang.Object
  extended by com.hyper9.simdk.codegen.impls.MetaParamImpl
All Implemented Interfaces:
MetaParam

public class MetaParamImpl
extends Object
implements MetaParam

A meta parameter.

Author:
akutz

Constructor Summary
MetaParamImpl()
           
 
Method Summary
 String getName()
          Get this parameter's name.
 OutType getOutType()
          Get this parameter's Out type.
 void setName(String toSet)
          Set this parameter's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaParamImpl

public MetaParamImpl()
Method Detail

getName

public String getName()
Description copied from interface: MetaParam
Get this parameter's name.

Specified by:
getName in interface MetaParam
Returns:
This parameter's name.

getOutType

public OutType getOutType()
Description copied from interface: MetaParam
Get this parameter's Out type.

Specified by:
getOutType in interface MetaParam
Returns:
This parameter's Out type.

setName

public void setName(String toSet)
Description copied from interface: MetaParam
Set this parameter's name.

Specified by:
setName in interface MetaParam
Parameters:
toSet - This parameter's name.


Copyright © 2009-2010 Hyper9. All Rights Reserved.