Class: Quark::DatawireMdkMd::QuarkURL
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkURL.
15566
15567
15568
15569
15570
15571
15572
15573
15574
15575
15576
|
# File 'lib/datawire_mdk_md.rb', line 15566
def initialize()
super("quark.URL")
(self).name = "quark.URL"
(self).parameters = ::DatawireQuarkCore::List.new([])
(self).fields = ::DatawireQuarkCore::List.new([::Quark.quark.reflect.Field.new("quark.String", "scheme"), ::Quark.quark.reflect.Field.new("quark.String", "host"), ::Quark.quark.reflect.Field.new("quark.String", "port"), ::Quark.quark.reflect.Field.new("quark.String", "path")])
(self).methods = ::DatawireQuarkCore::List.new([])
(self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
15616
15617
15618
15619
15620
15621
|
# File 'lib/datawire_mdk_md.rb', line 15616
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
15595
15596
15597
15598
15599
15600
|
# File 'lib/datawire_mdk_md.rb', line 15595
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
15602
15603
15604
15605
15606
15607
|
# File 'lib/datawire_mdk_md.rb', line 15602
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
15609
15610
15611
15612
15613
15614
|
# File 'lib/datawire_mdk_md.rb', line 15609
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
15581
15582
15583
15584
15585
15586
|
# File 'lib/datawire_mdk_md.rb', line 15581
def construct(args)
return ::Quark.quark.URL.new()
nil
end
|
#isAbstract ⇒ Object
15588
15589
15590
15591
15592
15593
|
# File 'lib/datawire_mdk_md.rb', line 15588
def isAbstract()
return false
nil
end
|