LixM SE 1.2(1.7.0)

org.lixm.optional.v16.framework.model
クラス StartDocumentModelImpl

java.lang.Object
  上位を拡張 org.lixm.core.model.AbstractModel
      上位を拡張 org.lixm.optional.v16.framework.model.StartDocumentModelImpl
すべての実装されたインタフェース:
java.lang.Cloneable, StartDocumentModel, XMLModel

public class StartDocumentModelImpl
extends AbstractModel
implements StartDocumentModel

文書の始まりをモデル化します。

導入されたバージョン:
1.5
バージョン:
1.7.0
作成者:
tasogare

コンストラクタの概要
StartDocumentModelImpl()
          初期化します
 
メソッドの概要
 java.lang.Object clone()
          モデルのクローンを返します。
 boolean equals(java.lang.Object o)
          モデルの同一性を論理的に調べその結果を返します。
 java.lang.String toString()
          モデルの実装依存な文字列表現を返します。
 
クラス org.lixm.core.model.AbstractModel から継承されたメソッド
getXMLType, matchTypes
 
クラス java.lang.Object から継承されたメソッド
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.lixm.core.model.XMLModel から継承されたメソッド
getXMLType
 

コンストラクタの詳細

StartDocumentModelImpl

public StartDocumentModelImpl()
初期化します

メソッドの詳細

toString

public java.lang.String toString()

モデルの実装依存な文字列表現を返します。

オーバーライド:
クラス AbstractModel 内の toString
戻り値:
モデルの文字列表現

equals

public boolean equals(java.lang.Object o)

モデルの同一性を論理的に調べその結果を返します。

オーバーライド:
クラス AbstractModel 内の equals
パラメータ:
o - 比較対象のAbstractModelインスタンス
戻り値:
同一のモデルならtrue、違うならfalse
関連項目:
AbstractModel.getXMLType()

clone

public java.lang.Object clone()

モデルのクローンを返します。

オーバーライド:
クラス AbstractModel 内の clone
戻り値:
モデルのクローン
導入されたバージョン:
1.6

LixM SE 1.2(1.7.0)

Copyright © 2005-2008 tasogare. All rights reserved.