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

java.lang.Object
  拡張org.asyrinx.joey.gen.model.Element
      拡張org.asyrinx.joey.gen.model.java.EntityElement
すべての実装インタフェース:
java.lang.Cloneable
直系の既知のサブクラス:
Property

public class EntityElement
extends Element

作成者:
akima

フィールドの概要
 
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド
log
 
コンストラクタの概要
EntityElement()
           
EntityElement(Entity parent)
           
EntityElement(Entity parent, java.lang.String name)
           
 
メソッドの概要
 Entity getParent()
           
 Visibility getVisibility()
           
 boolean isEntity()
           
 boolean isFinall()
           
 boolean isStatik()
           
 void setFinall(boolean readOnly)
           
 void setStatik(boolean classMethod)
           
 void setVisibility(Visibility visibility)
           
 
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド
add, clone, getDescription, getElementType, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EntityElement

public EntityElement()

EntityElement

public EntityElement(Entity parent)
パラメータ:
parent -

EntityElement

public EntityElement(Entity parent,
                     java.lang.String name)
パラメータ:
parent -
メソッドの詳細

isEntity

public boolean isEntity()
オーバーライド:
クラス Element 内の isEntity

getParent

public Entity getParent()
戻り値:

isStatik

public boolean isStatik()
戻り値:
Returns the statik.

setStatik

public void setStatik(boolean classMethod)

getVisibility

public Visibility getVisibility()
戻り値:
Returns the visibility.

setVisibility

public void setVisibility(Visibility visibility)
パラメータ:
visibility - The visibility to set.

isFinall

public boolean isFinall()
戻り値:
Returns the finall.

setFinall

public void setFinall(boolean readOnly)


Copyright © 2004 asyrinx organization. All Rights Reserved.