|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4cics.typemapping.cobol.CobolTypeDescriptor
public class CobolTypeDescriptor
Field Summary | |
---|---|
static int |
SIGN_FORMAT_LEADING
|
static int |
SIGN_FORMAT_LEADING_SEPARATE
|
static int |
SIGN_FORMAT_TRAILING
|
static int |
STRING_JUSTIFICATION_CENTER
|
static int |
STRING_JUSTIFICATION_LEFT
|
static int |
STRING_JUSTIFICATION_RIGHT
|
Constructor Summary | |
---|---|
CobolTypeDescriptor()
Costruttore di default: sarebbe da usare solo nei test. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getBufferedLength()
Returns the buffered length. |
java.lang.String |
getCodePage()
Returns the code page. |
int |
getDecimalPartLength()
|
int |
getIntegerPartLength()
|
int |
getJustification()
|
int |
getLevel()
Returns the level. |
java.lang.String |
getName()
|
CommareaBeanMappingDescriptor |
getNestedCommarea()
|
int |
getOccursSize()
|
java.lang.String |
getPadCharacter()
|
java.lang.Class |
getPreferredJavaType()
|
int |
getStringLength()
|
CobolType |
getType()
|
int |
getVirtualDecimalPoint()
|
int |
getZonedSignFormat()
|
int |
hashCode()
|
boolean |
isBigEndian()
|
boolean |
isSigned()
|
void |
setBigEndian(boolean bigEndian)
|
void |
setCodePage(java.lang.String codePage)
Sets the code page. |
void |
setDecimalPartLength(int decimalPartLength)
|
void |
setIntegerPartLength(int integerPartLength)
|
void |
setJustification(int justification)
|
void |
setLevel(int level)
Sets the level. |
void |
setName(java.lang.String name)
|
void |
setNestedCommarea(CommareaBeanMappingDescriptor nestedCommarea)
|
void |
setOccursSize(int occursSize)
|
void |
setPadCharacter(java.lang.String padCharacter)
|
void |
setSigned(boolean signed)
|
void |
setStringLength(int stringLength)
|
void |
setType(CobolType type)
|
void |
setZonedSignFormat(int zonedSignFormat)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STRING_JUSTIFICATION_LEFT
public static final int STRING_JUSTIFICATION_RIGHT
public static final int STRING_JUSTIFICATION_CENTER
public static final int SIGN_FORMAT_LEADING
public static final int SIGN_FORMAT_TRAILING
public static final int SIGN_FORMAT_LEADING_SEPARATE
Constructor Detail |
---|
public CobolTypeDescriptor()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int getLevel()
public void setLevel(int level)
level
- the new level to set.public boolean isSigned()
public void setSigned(boolean signed)
signed
- The signed to set.public int getJustification()
public void setJustification(int justification)
justification
- The justification to set.public java.lang.String getPadCharacter()
public void setPadCharacter(java.lang.String padCharacter)
padCharacter
- The padCharacter to set.public int getDecimalPartLength()
public void setDecimalPartLength(int decimalPartLength)
decimalPartLength
- The decimalPartLength to set.public int getIntegerPartLength()
public void setIntegerPartLength(int integerPartLength)
integerPartLength
- The integerPartLength to set.public int getStringLength()
public void setStringLength(int stringLength)
stringLength
- The stringLength to set.public CobolType getType()
public void setType(CobolType type)
type
- The type to set.public int getVirtualDecimalPoint()
public int getBufferedLength() throws FormatException
FormatException
public boolean isBigEndian()
public void setBigEndian(boolean bigEndian)
bigEndian
- The bigEndian to set.public java.lang.String getCodePage()
public void setCodePage(java.lang.String codePage)
codePage
- the code page to set.public int getZonedSignFormat()
public void setZonedSignFormat(int zonedSignFormat)
zonedSignFormat
- The zonedSignFormat to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.Class getPreferredJavaType() throws FormatException
getPreferredJavaType
in interface FieldDescriptor
FormatException
- The format exceptionpublic CommareaBeanMappingDescriptor getNestedCommarea()
public void setNestedCommarea(CommareaBeanMappingDescriptor nestedCommarea)
public int getOccursSize()
public void setOccursSize(int occursSize)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |