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

All Superinterfaces:
IType

public interface ICollectionType
extends IType

An ICollectionType represents a type that can maintain a list of multiple values optionally identified by an index or key. This type is one of the types used to define the type of attributes, variables or parameters.

Version:
$Revision: 1.2 $ $Date: 2008/03/25 17:26:43 $ $Author: rvhoof $
Author:
Ron van Hoof

Field Summary
static int MAP
          Constant to indicate the collection type map
static IType MAP_TYPE
          Constant to indicate the collection type MAP
 
Method Summary
 
Methods inherited from interface gov.nasa.arc.brahms.vm.api.common.IType
getName, getType
 

Field Detail

MAP

static final int MAP
Constant to indicate the collection type map

See Also:
Constant Field Values

MAP_TYPE

static final IType MAP_TYPE
Constant to indicate the collection type MAP



Copyright © 1997-2008 NASA. All Rights Reserved.