Class: XSD_collectionMapping_List_ArrayList

Inherits:
XSD_collectionMapping_base show all
Includes:
Singleton
Defined in:
lib/ontomde-java/java/xsdCollectionMapping.rb

Overview

Helper class for wrapping a base type in ad-hoc collection.

Instance Method Summary collapse

Methods inherited from XSD_collectionMapping_base

#addCollectionImplem, #addCollectionInterface, #addNew

Instance Method Details

#getImplemObject

returns implementation class for this collection



79
80
81
# File 'lib/ontomde-java/java/xsdCollectionMapping.rb', line 79

def getImplem
  return "java.util.ArrayList"
end

#getInterfaceObject

returns interface type for this collection



75
76
77
# File 'lib/ontomde-java/java/xsdCollectionMapping.rb', line 75

def getInterface
  return "java.util.List"
end