Class: Java_collectionMapping_List_ArrayList

Inherits:
Java_collectionMapping_base show all
Includes:
Singleton
Defined in:
lib/ontomde-uml2-java/collectionMapping.rb

Instance Method Summary collapse

Methods inherited from Java_collectionMapping_base

#addCollectionImplem, #addCollectionInterface, #addNew

Instance Method Details

#getImplemObject

returns implementation class for this collection



65
66
67
# File 'lib/ontomde-uml2-java/collectionMapping.rb', line 65

def getImplem
	return "java.util.ArrayList"
end

#getInterfaceObject

returns interface type for this collection



61
62
63
# File 'lib/ontomde-uml2-java/collectionMapping.rb', line 61

def getInterface
	return "java.util.List"
end