|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.edit.generator.model.JMCRPGTypeManager
public class JMCRPGTypeManager
Method Summary | |
---|---|
static int |
getIndexOfRpgByteSizeOfArrayComponentType(Class type)
Return the number of bytes the equivalent RPG type would consume if it was a component type of an RPG array. |
static JMCRPGTypeManager |
getInstance()
|
JMCRPGType[] |
getRPGTypes(Class c)
|
String[] |
getRPGTypesDisplayStrings(Class c)
|
protected boolean |
isRPGArray(JMCRPGType t)
Returns true if the provided JMCRPGType maps to an rpg Array |
protected boolean |
isRPGObject(JMCRPGType t)
Returns true if the provided JMCRPGType maps to an rpg Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JMCRPGTypeManager getInstance()
public JMCRPGType[] getRPGTypes(Class c)
c
-
public String[] getRPGTypesDisplayStrings(Class c)
c
-
public static int getIndexOfRpgByteSizeOfArrayComponentType(Class type)
type
- - the Java class being mapped to an RPG array component type
66109Aprotected boolean isRPGObject(JMCRPGType t)
t
-
protected boolean isRPGArray(JMCRPGType t)
t
-
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |