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

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

public class AppDomain
extends Element

作成者:
akima

コンストラクタの概要
AppDomain()
           
AppDomain(java.lang.String name)
           
 
メソッドの概要
 void add(Element element)
           
 java.util.Set findReferences(Entity local, Entity foreign)
           
 EntitySet getClasses()
           
 JavaEnumerationSet getEnumerations()
           
 java.util.List getReferencesContainedAsForeign(Entity javaClass)
           
 java.util.List getReferencesContainedAsForeign(Property property)
           
 java.util.List getReferencesContainedAsLocal(Entity javaClass)
           
 
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド
clone, equals, getAncestorDepth, getDescription, getElementType, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, isEntity, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AppDomain

public AppDomain()

AppDomain

public AppDomain(java.lang.String name)
メソッドの詳細

add

public void add(Element element)
オーバーライド:
クラス Element 内の add

getClasses

public EntitySet getClasses()
戻り値:
Returns the classes.

getEnumerations

public JavaEnumerationSet getEnumerations()
戻り値:
Returns the enumerations.

getReferencesContainedAsForeign

public java.util.List getReferencesContainedAsForeign(Property property)
パラメータ:
property -
戻り値:

getReferencesContainedAsForeign

public java.util.List getReferencesContainedAsForeign(Entity javaClass)
戻り値:

getReferencesContainedAsLocal

public java.util.List getReferencesContainedAsLocal(Entity javaClass)
戻り値:

findReferences

public java.util.Set findReferences(Entity local,
                                    Entity foreign)


Copyright © 2004-2005 asyrinx organization. All Rights Reserved.