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: 2009/11/23 18:38:31 $ $Author: rnado $
- 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 |
JAVA_TYPE
static final int JAVA_TYPE
- Constant to indicate the generic java type
- See Also:
- Constant Field Values
getJavaType
java.lang.Class getJavaType()
- Returns the Java Class for this Java type
- Returns:
- Class the Java Class
Copyright © 1997-2012 All Rights Reserved.