Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.gems.client
Class Argument.NameTypePair

java.lang.Object
  extended by org.openquark.gems.client.Argument.NameTypePair
Enclosing class:
Argument

public static final class Argument.NameTypePair
extends Object

A simple wrapper class to hold an argument's (string) name and type.

Author:
Edward Lam

Constructor Summary
Argument.NameTypePair(String argName, TypeExpr type)
          Construct an Argument from qualified name and type
 
Method Summary
 String getName()
          Name field accessor.
 TypeExpr getType()
          Type field accessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Argument.NameTypePair

public Argument.NameTypePair(String argName,
                             TypeExpr type)
Construct an Argument from qualified name and type

Parameters:
argName - String the name of the argument
type - TypeExpr the type
Method Detail

getName

public String getName()
Name field accessor.

Returns:
the name field of the argument

getType

public TypeExpr getType()
Type field accessor.

Returns:
TypeExpr the type field of the argument

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.