org.asyrinx.joey.gen.model.java.classes
クラス PrimitiveType

java.lang.Object
  拡張org.asyrinx.joey.gen.model.java.classes.EmbeddedClass
      拡張org.asyrinx.joey.gen.model.java.classes.PrimitiveType
すべての実装インタフェース:
Type

public abstract class PrimitiveType
extends EmbeddedClass

作成者:
akima

フィールドの概要
static PrimitiveType BOOLEAN
           
static PrimitiveType BYTE
           
static PrimitiveType CHAR
           
static PrimitiveType DOUBLE
           
static PrimitiveType FLOAT
           
static PrimitiveType INT
           
static PrimitiveType LONG
           
static java.lang.String PACKAGE
           
static PrimitiveType SHORT
           
 
インタフェース org.asyrinx.joey.gen.model.java.Type から継承したフィールド
PACKAGE_SEPARATER, UNKNOWN
 
コンストラクタの概要
PrimitiveType(java.lang.String className, TypeCategory category)
           
 
メソッドの概要
 java.lang.String getFqn()
           
 java.lang.String getPackage()
           
 boolean isPrimitive()
           
 Type toPrimitive()
           
 
クラス org.asyrinx.joey.gen.model.java.classes.EmbeddedClass から継承したメソッド
get, getCategory, getClassName, getName, getPackageName, isNumber, toClass
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

PACKAGE

public static final java.lang.String PACKAGE
関連項目:
定数フィールド値

BOOLEAN

public static final PrimitiveType BOOLEAN

CHAR

public static final PrimitiveType CHAR

BYTE

public static final PrimitiveType BYTE

SHORT

public static final PrimitiveType SHORT

INT

public static final PrimitiveType INT

LONG

public static final PrimitiveType LONG

FLOAT

public static final PrimitiveType FLOAT

DOUBLE

public static final PrimitiveType DOUBLE
コンストラクタの詳細

PrimitiveType

public PrimitiveType(java.lang.String className,
                     TypeCategory category)
パラメータ:
className -
category -
メソッドの詳細

getFqn

public java.lang.String getFqn()
定義:
インタフェース Type 内の getFqn
オーバーライド:
クラス EmbeddedClass 内の getFqn

getPackage

public java.lang.String getPackage()
定義:
インタフェース Type 内の getPackage
オーバーライド:
クラス EmbeddedClass 内の getPackage

isPrimitive

public boolean isPrimitive()
定義:
インタフェース Type 内の isPrimitive
オーバーライド:
クラス EmbeddedClass 内の isPrimitive

toPrimitive

public Type toPrimitive()
定義:
インタフェース Type 内の toPrimitive
オーバーライド:
クラス EmbeddedClass 内の toPrimitive


Copyright © 2004 asyrinx organization. All Rights Reserved.