com.hyper9.simdk.codegen.types
Interface MetaParam

All Known Implementing Classes:
MetaParamImpl

public interface MetaParam


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.
 

Method Detail

getOutType

OutType getOutType()
Get this parameter's Out type.

Returns:
This parameter's Out type.

getName

String getName()
Get this parameter's name.

Returns:
This parameter's name.

setName

void setName(String toSet)
Set this parameter's name.

Parameters:
toSet - This parameter's name.


Copyright © 2009-2010 Hyper9. All Rights Reserved.