gggd.xml
クラス XsdAttribute

java.lang.Object
  拡張gggd.xml.XsdDefs
      拡張gggd.xml.XsdAttribute
すべての実装インタフェース:
java.lang.Cloneable

class XsdAttribute
extends XsdDefs

XsdAttributeクラス


フィールドの概要
(パッケージプライベート)  XsdSqlTable.ColumnEntry columnEntry
           
(パッケージプライベート)  org.w3c.dom.Node defs
           
(パッケージプライベート)  java.lang.String name
           
(パッケージプライベート)  XsdDataType sqlType
           
(パッケージプライベート)  java.lang.String type
           
 
コンストラクタの概要
(パッケージプライベート) XsdAttribute()
          引数無しのコンストラクタを定義します。
(パッケージプライベート) XsdAttribute(org.w3c.dom.Node defs, XsdSchema topschema)
          コンストラクタを定義します。
 
メソッドの概要
 java.lang.Object clone()
           
(パッケージプライベート)  void setDefs(org.w3c.dom.Node defs)
          初期設定を行います。
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

type

java.lang.String type

sqlType

XsdDataType sqlType

columnEntry

XsdSqlTable.ColumnEntry columnEntry

defs

org.w3c.dom.Node defs

name

java.lang.String name
コンストラクタの詳細

XsdAttribute

XsdAttribute()
引数無しのコンストラクタを定義します。


XsdAttribute

XsdAttribute(org.w3c.dom.Node defs,
             XsdSchema topschema)
       throws java.lang.Exception
コンストラクタを定義します。

パラメータ:
defs - DOMノード
topschema - XsdSchemaクラスのインスタンス
例外:
java.lang.Exception - エラーが発生した場合にスローされる。
メソッドの詳細

setDefs

void setDefs(org.w3c.dom.Node defs)
初期設定を行います。

パラメータ:
defs - DOMノード

clone

public java.lang.Object clone()