Class: Java_collectionMapping_Set_HashSet
- Inherits:
-
Java_collectionMapping_base
- Object
- Java_collectionMapping_base
- Java_collectionMapping_Set_HashSet
- Includes:
- Singleton
- Defined in:
- lib/ontomde-uml2-java/collectionMapping.rb
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
76 77 78 |
# File 'lib/ontomde-uml2-java/collectionMapping.rb', line 76 def getImplem return "java.util.HashSet" end |
#getInterface ⇒ Object
returns interface type for this collection
72 73 74 |
# File 'lib/ontomde-uml2-java/collectionMapping.rb', line 72 def getInterface return "java.util.Set" end |