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 |
クラス 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.