public class TypeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ANY |
static int |
BOUND
Marks an extended attribute of an interface type as bound.
|
static int |
CONST |
static int |
IN |
static int |
INTERFACE |
protected int |
m_flags |
protected String |
m_name |
static int |
ONEWAY |
static int |
OUT |
static int |
READONLY |
static int |
UNSIGNED |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags() |
String |
getName() |
boolean |
isAny() |
boolean |
isInterface() |
boolean |
isUnsigned() |
public static final int IN
public static final int OUT
public static final int UNSIGNED
public static final int READONLY
public static final int ONEWAY
public static final int CONST
public static final int ANY
public static final int INTERFACE
public static final int BOUND
Only used in the flags argument of the
AttributeTypeInfo constructors.
protected int m_flags
protected String m_name
public TypeInfo(String name, int flags)
public String getName()
public int getFlags()
public boolean isUnsigned()
public boolean isAny()
public boolean isInterface()