de.uni_paderborn.fujaba.codegen
Class OOContainerType

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.OOContainerType
All Implemented Interfaces:
java.lang.Comparable, OOTypeInterface

public class OOContainerType
extends java.lang.Object
implements OOTypeInterface

Class OOContainerType

Version:
$Revision: 1.18 $
Author:
$Author: schneider $

Field Summary
private  OOCollectionEnum collectionType
          UMLAttribute : 'collectionType : OOCollectionEnum '
private  OOTypeInterface[] parameter
          UMLAttribute : 'parameter : OOTypeInterface[] '
private  boolean pointer
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
OOContainerType(OOCollectionEnum collectionType, OOTypeInterface[] theParameter)
          Default Constructor
 
Method Summary
 int compareTo(java.lang.Object other)
          No comment provided by developer, please add a comment to improve documentation.
 boolean equals(java.lang.Object other)
          No comment provided by developer, please add a comment to improve documentation.
 OOCollectionEnum getCollectionType()
          Get the value of collectionType.
 OOTypeInterface[] getParameter()
          Get the value of parameter.
 boolean isPointer()
          Get the pointer attribute of the OOContainerType object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collectionType

private OOCollectionEnum collectionType
UMLAttribute : 'collectionType : OOCollectionEnum '


parameter

private OOTypeInterface[] parameter
UMLAttribute : 'parameter : OOTypeInterface[] '


pointer

private boolean pointer
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

OOContainerType

public OOContainerType(OOCollectionEnum collectionType,
                       OOTypeInterface[] theParameter)
Default Constructor

Parameters:
collectionType - No description provided
theParameter - No description provided
Method Detail

getCollectionType

public OOCollectionEnum getCollectionType()
Get the value of collectionType.

Returns:
Value of collectionType.

getParameter

public OOTypeInterface[] getParameter()
Get the value of parameter.

Returns:
Value of parameter.

isPointer

public boolean isPointer()
Get the pointer attribute of the OOContainerType object

Returns:
The pointer value

equals

public boolean equals(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
equals in interface OOTypeInterface
Parameters:
other - No description provided
Returns:
No description provided

compareTo

public int compareTo(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
compareTo in interface java.lang.Comparable
Parameters:
other - No description provided
Returns:
No description provided

toString

public java.lang.String toString()
Returns:
short string representation of current object