Class: XSD_collectionMapping_Set_HashSet
- Inherits:
-
XSD_collectionMapping_base
- Object
- XSD_collectionMapping_base
- XSD_collectionMapping_Set_HashSet
- 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
-
#getImplem ⇒ Object
returns implementation class for this collection.
-
#getInterface ⇒ Object
returns interface type for this collection.
Methods inherited from XSD_collectionMapping_base
#addCollectionImplem, #addCollectionInterface, #addNew
Instance Method Details
#getImplem ⇒ Object
returns implementation class for this collection
92 93 94 |
# File 'lib/ontomde-java/java/xsdCollectionMapping.rb', line 92 def getImplem return "java.util.HashSet" end |
#getInterface ⇒ Object
returns interface type for this collection
88 89 90 |
# File 'lib/ontomde-java/java/xsdCollectionMapping.rb', line 88 def getInterface return "java.util.Set" end |