gov.nasa.arc.brahms.vm.api.common
Interface IJavaType

All Superinterfaces:
IType

public interface IJavaType
extends IType

The IJavaType interface is used to wrap the Java type declared for an attribute, variable or parameter. It wraps the Java Class that specifies the actual Java type.

Version:
$Revision: 1.1 $ $Date: 2007/10/10 14:03:06 $ $Author: rvhoof $
Author:
Ron van Hoof

Field Summary
static int JAVA_TYPE
          Constant to indicate the generic java type
 
Method Summary
 java.lang.Class getJavaType()
          Returns the Java Class for this Java type
 
Methods inherited from interface gov.nasa.arc.brahms.vm.api.common.IType
getName, getType
 

Field Detail

JAVA_TYPE

static final int JAVA_TYPE
Constant to indicate the generic java type

See Also:
Constant Field Values
Method Detail

getJavaType

java.lang.Class getJavaType()
Returns the Java Class for this Java type

Returns:
Class the Java Class


Copyright © 1997-2008 NASA. All Rights Reserved.