public class As3Type extends Object implements ClientType
| Modifier and Type | Field and Description |
|---|---|
static As3Type |
ARRAY |
static As3Type |
ARRAY_COLLECTION |
static As3Type |
BIG_DECIMAL |
static As3Type |
BIG_INTEGER |
static As3Type |
BOOLEAN |
static As3Type |
BYTE_ARRAY |
static As3Type |
DATE |
static As3Type |
DICTIONARY |
static As3Type |
ENUM |
static As3Type |
ILIST |
static As3Type |
IMAP |
static As3Type |
INT |
static As3Type |
LIST_COLLECTION_VIEW |
static As3Type |
LONG |
static As3Type |
MATH_CONTEXT |
static As3Type |
NUMBER |
static As3Type |
OBJECT |
static As3Type |
PAGE |
static As3Type |
PAGE_INFO |
static As3Type |
ROUNDING_MODE |
static As3Type |
SORT_INFO |
static As3Type |
STRING |
static As3Type |
UINT |
static As3Type |
XML |
| Constructor and Description |
|---|
As3Type(String packageName,
String simpleName) |
As3Type(String packageName,
String name,
Object nullValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addImports(Set<String> imports) |
boolean |
equals(Object obj) |
Set<String> |
getImports() |
String |
getName() |
Object |
getNullValue() |
String |
getPackageName() |
String |
getQualifiedName() |
int |
hashCode() |
boolean |
hasPackage() |
boolean |
isNumber() |
As3Type |
toArrayType() |
String |
toString() |
As3Type |
translatePackage(PackageTranslator translator) |
As3Type |
translatePackages(List<PackageTranslator> translators) |
public static final As3Type INT
public static final As3Type UINT
public static final As3Type BOOLEAN
public static final As3Type NUMBER
public static final As3Type LONG
public static final As3Type BIG_INTEGER
public static final As3Type BIG_DECIMAL
public static final As3Type MATH_CONTEXT
public static final As3Type ROUNDING_MODE
public static final As3Type OBJECT
public static final As3Type STRING
public static final As3Type ARRAY
public static final As3Type DATE
public static final As3Type XML
public static final As3Type BYTE_ARRAY
public static final As3Type DICTIONARY
public static final As3Type LIST_COLLECTION_VIEW
public static final As3Type ARRAY_COLLECTION
public static final As3Type ILIST
public static final As3Type IMAP
public static final As3Type ENUM
public static final As3Type PAGE
public static final As3Type PAGE_INFO
public static final As3Type SORT_INFO
public boolean hasPackage()
hasPackage in interface ClientTypepublic String getPackageName()
getPackageName in interface ClientTypepublic String getName()
getName in interface ClientTypepublic String getQualifiedName()
getQualifiedName in interface ClientTypepublic Object getNullValue()
getNullValue in interface ClientTypepublic boolean isNumber()
public Set<String> getImports()
getImports in interface ClientTypepublic void addImports(Set<String> imports)
addImports in interface ClientTypepublic As3Type toArrayType()
toArrayType in interface ClientTypepublic As3Type translatePackage(PackageTranslator translator)
translatePackage in interface ClientTypepublic As3Type translatePackages(List<PackageTranslator> translators)
translatePackages in interface ClientType