Class: CaRuby::JavaProperty
- Inherits:
-
Jinx::JavaProperty
- Object
- Jinx::JavaProperty
- CaRuby::JavaProperty
- Includes:
- PropertyCharacteristics
- Defined in:
- lib/caruby/metadata/java_property.rb
Constant Summary
Constants included from PropertyCharacteristics
PropertyCharacteristics::SUPPORTED_FLAGS
Instance Method Summary collapse
-
#initialize(pd, declarer, restricted_type = nil) ⇒ JavaProperty
constructor
A new instance of JavaProperty.
Methods included from PropertyCharacteristics
#autogenerated?, #cascade_update_to_create?, #cascaded?, #creatable?, #fetch_saved?, #fetched?, #include_in_save_template?, #logical?, #proxied_save?, #savable_prerequisite?, #saved?, #searchable?, #sync?, #transient?, #unsaved?, #updatable?, #volatile?
Constructor Details
#initialize(pd, declarer, restricted_type = nil) ⇒ JavaProperty
Returns a new instance of JavaProperty.
9 10 11 |
# File 'lib/caruby/metadata/java_property.rb', line 9 def initialize(pd, declarer, restricted_type=nil) super end |