org.asyrinx.joey.gen.model.java
クラス JavaEnumeration
java.lang.Object
org.asyrinx.joey.gen.model.Element
org.asyrinx.joey.gen.model.ElementSet
org.asyrinx.joey.gen.model.AbstractEnumeration
org.asyrinx.joey.gen.model.java.JavaEnumeration
- すべての実装インタフェース:
- java.lang.Cloneable, Type
- public class JavaEnumeration
- extends AbstractEnumeration
- implements Type
- 作成者:
- akima
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド |
log |
クラス org.asyrinx.joey.gen.model.ElementSet から継承したメソッド |
add, clear, contains, contains, getElement, getElement, indexOf, indexOf, isEmpty, iterator, removeElement, size, toList |
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド |
clone, getDescription, 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 |
インタフェース org.asyrinx.joey.gen.model.java.Type から継承したメソッド |
getName |
JavaEnumeration
public JavaEnumeration()
JavaEnumeration
public JavaEnumeration(AppDomain parent,
java.lang.String name)
- パラメータ:
parent
- name
-
JavaEnumeration
public JavaEnumeration(AppDomain parent,
java.lang.String name,
java.lang.String type)
- パラメータ:
parent
- name
- type
-
getParent
public AppDomain getParent()
getFqn
public java.lang.String getFqn()
- 定義:
- インタフェース
Type
内の getFqn
getPackage
public java.lang.String getPackage()
- 定義:
- インタフェース
Type
内の getPackage
isPrimitive
public boolean isPrimitive()
- 定義:
- インタフェース
Type
内の isPrimitive
toClass
public Type toClass()
- 定義:
- インタフェース
Type
内の toClass
toPrimitive
public Type toPrimitive()
- 定義:
- インタフェース
Type
内の toPrimitive
getCategory
public TypeCategory getCategory()
- 定義:
- インタフェース
Type
内の getCategory
isNumber
public boolean isNumber()
- 定義:
- インタフェース
Type
内の isNumber
getPackageName
public java.lang.String getPackageName()
- 戻り値:
- Returns the packageName.
setPackageName
public void setPackageName(java.lang.String packageName)
- パラメータ:
packageName
- The packageName to set.
getValueTypeObj
public Type getValueTypeObj()
- 戻り値:
- Returns the valueTypeObj.
setValueTypeObj
public void setValueTypeObj(Type valueTypeObj)
- パラメータ:
valueTypeObj
- The valueTypeObj to set.
Copyright © 2004 asyrinx organization. All Rights Reserved.