Class: Java_collectionMapping_None
- Inherits:
-
Object
- Object
- Java_collectionMapping_None
- 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
-
#addCollectionImplem(type) ⇒ Object
return type enclosed in collection implementation declaration.
-
#addCollectionInterface(type) ⇒ Object
return type enclosed in collection interface declaration.
Instance Method Details
#addCollectionImplem(type) ⇒ Object
return type enclosed in collection implementation declaration
37 38 39 |
# File 'lib/ontomde-java/java/collectionMapping.rb', line 37 def addCollectionImplem(type) return type end |
#addCollectionInterface(type) ⇒ Object
return type enclosed in collection interface declaration
33 34 35 |
# File 'lib/ontomde-java/java/collectionMapping.rb', line 33 def addCollectionInterface(type) return type end |