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

All Known Subinterfaces:
IActiveClass, IActiveConcept, IActiveInstance, IAgent, IArea, IAreaDef, IClass, ICollectionType, IConcept, IConceptualClass, IConceptualConcept, IConceptualObject, ICurrent, IGeographyConcept, IGroup, IJavaType, IMetaType, IObject, IPath, IPrimitiveType, IUnknown, IUserDefinedType

public interface IType

This interface is a generic interface to specify types used in the Brahms language.

Version:
$Revision: 1.2 $ $Date: 2008/02/20 21:56:12 $ $Author: rvhoof $
Author:
Ron van Hoof

Method Summary
 java.lang.String getName()
          Returns the name of the type.
 int getType()
          Returns a constant indicating the type represented by the Type object.
 

Method Detail

getType

int getType()
Returns a constant indicating the type represented by the Type object.

Returns:
int the type represented by the IType.

getName

java.lang.String getName()
Returns the name of the type.

Returns:
String the type name


Copyright © 1997-2008 NASA. All Rights Reserved.