Parent

Class Index [+]

Quicksearch

When::RS::Identifier

参照系の識別子

see gml schema

Attributes

name[R]

The code or name for this Identifier

  type : When::BasicTypes::Code
version[R]

Identifier of the version of the associated codeSpace or code

  type : [String]
remarks[R]

Remarks about this code or alias

  type : [String or reference]

Public Class Methods

new(name, version=nil, remarks=nil) click to toggle source

オブジェクトの生成

  name    : When::BasicTypes::Code
  version : [String]
  remarks : [String or reference]
     # File when/basictypes.rb, line 518
518:       def initialize(name, version=nil, remarks=nil)
519:         @name    = name
520:         @version = version
521:         @remarks = remarks
522:       end

Public Instance Methods

method_missing(name, *args, &block) click to toggle source

その他のメソッド

  When::RS::Identifier で定義されていないメソッドは
  処理を @name (type: When::BasicTypes::Code) に委譲する
     # File when/basictypes.rb, line 528
528:       def method_missing(name, *args, &block)
529:         @name.send(name.to_sym, *args, &block)
530:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.