Class: Java_collectionMapping_List_ArrayList
- Inherits:
-
Java_collectionMapping_base
- Object
- Java_collectionMapping_base
- Java_collectionMapping_List_ArrayList
- Includes:
- Singleton
- Defined in:
- lib/ontomde-java/java/collectionMapping.rb
Overview
Helper class for wrapping a base type in ad-hoc collection.
Instance Method Summary collapse
-
#getImplem ⇒ Object
returns implementation class for this collection.
-
#getInterface ⇒ Object
returns interface type for this collection.
Methods inherited from Java_collectionMapping_base
#addCollectionImplem, #addCollectionInterface, #addNew
Instance Method Details
#getImplem ⇒ Object
returns implementation class for this collection
79 80 81 |
# File 'lib/ontomde-java/java/collectionMapping.rb', line 79 def getImplem return "java.util.ArrayList" end |
#getInterface ⇒ Object
returns interface type for this collection
75 76 77 |
# File 'lib/ontomde-java/java/collectionMapping.rb', line 75 def getInterface return "java.util.List" end |