org.asyrinx.joey.gen.model.java
クラス ReferenceEntry

java.lang.Object
  拡張org.asyrinx.joey.gen.model.Element
      拡張org.asyrinx.joey.gen.model.java.ReferenceEntry
すべての実装インタフェース:
java.lang.Cloneable

public class ReferenceEntry
extends Element

作成者:
takeshi

フィールドの概要
 
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド
log
 
コンストラクタの概要
ReferenceEntry()
           
ReferenceEntry(Reference parent)
           
ReferenceEntry(Reference parent, Property local, Property foreign)
           
 
メソッドの概要
 Property getForeign()
           
 Property getLocal()
           
 void setForeign(Property foreign)
           
 void setLocal(Property local)
           
 
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド
add, clone, getDescription, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, isEntity, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ReferenceEntry

public ReferenceEntry()

ReferenceEntry

public ReferenceEntry(Reference parent)
パラメータ:
parent -

ReferenceEntry

public ReferenceEntry(Reference parent,
                      Property local,
                      Property foreign)
パラメータ:
parent -
メソッドの詳細

getForeign

public Property getForeign()
戻り値:
Returns the foreign.

setForeign

public void setForeign(Property foreign)
パラメータ:
foreign - The foreign to set.

getLocal

public Property getLocal()
戻り値:
Returns the local.

setLocal

public void setLocal(Property local)
パラメータ:
local - The local to set.


Copyright © 2004 asyrinx organization. All Rights Reserved.