Parent

Methods

Class Index [+]

Quicksearch

When::BasicTypes::Code

コード

当該コードを定義している辞書, シソーラスまたは機関への参照を オプショナルな codeSpace 属性に保持することができる文字列

see gml schema

Attributes

code_space[R]

an optional codeSpace

  type : anyURI (Optional)

Public Class Methods

new(code, namespace=nil) click to toggle source

オブジェクトの生成

  code      : String
    Text token

  namespace : String
    code を定義している authority の URI
     # File when/basictypes.rb, line 345
345:       def initialize(code, namespace=nil)
346:         @code_space = namespace
347:         self[0..1] = code
348:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.