Uses of Class
de.uni_paderborn.fujaba.codegen.OOCollectionEnum

Packages that use OOCollectionEnum
de.uni_paderborn.fujaba.codegen   
 

Uses of OOCollectionEnum in de.uni_paderborn.fujaba.codegen
 

Fields in de.uni_paderborn.fujaba.codegen declared as OOCollectionEnum
static OOCollectionEnum OOCollectionEnum.KEY_VALUE_PAIR
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.LIST_ITERATOR
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.ITERATOR
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.HASHTABLE
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.SET
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.LIST
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.MAP
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.MULTI_MAP
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.TREESET
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.SORTED_MAP
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum OOCollectionEnum.SORTED_MULTI_MAP
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen that return OOCollectionEnum
protected  OOCollectionEnum UMLRoleOOHandlerToManyStrategy.getContainerType()
          Get the containerType attribute of the UMLRoleOOHandlerToManyStrategy object
protected  OOCollectionEnum UMLRoleOOHandlerSortedToManyStrategy.getContainerType()
          Get the containerType attribute of the UMLRoleOOHandlerSortedToManyStrategy object
protected  OOCollectionEnum UMLRoleOOHandlerQualifiedToOneStrategy.getContainerType()
          Get the containerType attribute of the FRoleOOHandlerQualifiedToOneStrategy object
protected  OOCollectionEnum UMLRoleOOHandlerQualifiedToManyStrategy.getContainerType()
          Get the containerType attribute of the UMLRoleOOHandlerQualifiedToManyStrategy object
protected abstract  OOCollectionEnum UMLRoleOOHandlerQualifiedStrategy.getContainerType()
          Get the containerType attribute of the UMLRoleOOHandlerQualifiedStrategy object
protected  OOCollectionEnum UMLRoleOOHandlerOrderedToManyStrategy.getContainerType()
          Get the containerType attribute of the UMLRoleOOHandlerOrderedToManyStrategy object
 OOCollectionEnum OOContainerType.getCollectionType()
          Get the value of collectionType.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOCollectionEnum
abstract  java.lang.String OOGenVisitor.getContainerName(OOCollectionEnum containerType, boolean bound)
          get the full qualified containername for type containerType
 java.lang.String OOGenVisitor.getContainerName(OOCollectionEnum containerType)
          Get the containerName attribute of the CodeGenVisitor object
static OOContainerType OO.containerType(OOCollectionEnum collectionType, OOTypeInterface[] theParameter)
          Describe containerType method here.
static OOContainerType OO.containerType(OOCollectionEnum cType, OOTypeInterface parameter)
          Describe containerType method here.
static OOContainerType OO.containerType(OOCollectionEnum cType, FType parameter)
          Describe containerType method here.
static OOContainerType OO.containerType(OOCollectionEnum cType, java.lang.String[] parameter)
          Describe containerType method here.
static OOContainerType OO.containerType(OOCollectionEnum cType, FType[] parameter)
          Describe containerType method here.
static OOContainerType OO.containerType(OOCollectionEnum collectionType, java.lang.String parameter)
          Describe containerType method here.
static OONewObjectExpr OO.newObject(OOCollectionEnum containerType, FType elemType, OOExpression parameter)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOCollectionEnum containerType, java.lang.String elemTypeName, OOExpression parameter)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOCollectionEnum containerType, FType elemType)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOCollectionEnum containerType, java.lang.String elemTypeName)
          Describe newObject method here.
static OOLocalVarDeclStatement OO.varDecl(OOCollectionEnum containerType, FType objectType, java.lang.String objectName, OOExpression initExpr)
          Describe varDecl method here.
static OOLocalVarDeclStatement OO.varDecl(OOCollectionEnum containerType, java.lang.String objectTypeName, OOVariable objectName, OOExpression initExpr)
          Describe varDecl method here.
 java.lang.String JavaGenVisitor.getContainerName(OOCollectionEnum containerType, boolean bound)
          get the full qualified containername for type containerType
 java.lang.String EiffelGenVisitor.getContainerName(OOCollectionEnum containerType, boolean bound)
          get the full qualified containername for type containerType
 java.lang.String AbstractCPPGenVisitor.getContainerName(OOCollectionEnum containerType, boolean bound)
          get the full qualified containername for type containerType
 

Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOCollectionEnum
OOContainerType(OOCollectionEnum collectionType, OOTypeInterface[] theParameter)
          Default Constructor