Modifier and Type | Field and Description |
---|---|
static int |
AIF_CLASS_ACCESS_ALL |
static int |
AIF_CLASS_ACCESS_PACKAGE |
static int |
AIF_CLASS_ACCESS_PRIVATE |
static int |
AIF_CLASS_ACCESS_PROTECTED |
static int |
AIF_CLASS_ACCESS_PUBLIC |
Modifier and Type | Method and Description |
---|---|
String[] |
getFieldNames(int access)
Returns an array containing the field names of this type for the given
access modifiers.
|
IAIFType[] |
getFieldTypes(int access)
Returns an array containing the types of each field for fields of the
given access modifier
|
String |
getName()
Returns name of this type
|
static final int AIF_CLASS_ACCESS_PUBLIC
static final int AIF_CLASS_ACCESS_PROTECTED
static final int AIF_CLASS_ACCESS_PRIVATE
static final int AIF_CLASS_ACCESS_PACKAGE
static final int AIF_CLASS_ACCESS_ALL
String getName()
String[] getFieldNames(int access)
access
- access modifiersIAIFType[] getFieldTypes(int access)
access
- access modifiersCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.