|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldAttrInfo
This interface defines the field attribute interface. This will allow a user to query the attributes and extended attributes of a field.
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object of the same class as this object. |
boolean |
equals(java.lang.Object other)
This method determines if the two FieldAttrInfo types are equivalent. |
int |
getBackGroundColor()
Returns extended background attribute property. |
int |
getCharacterSet()
Returns character set extended attribute. |
int |
getForeGroundColor()
Returns extended foreground attribute property. |
int |
getHighLight()
Returns extended highlight attribute property. |
int |
getTransparency()
Returns extended transparency attribute property. |
boolean |
isDisplay()
Returns base display attribute property. |
boolean |
isHighIntensity()
Returns base intensity attribute property. |
boolean |
isLeftline()
Left vertical line required for field outlining extended attribute. |
boolean |
isMandatoryEntry()
Mandatory entry from field validation extended attribute. |
boolean |
isMandatoryFill()
Mandatory fill from field validation extended attribute. |
boolean |
isModified()
Returns base modified attribute property. |
boolean |
isNumeric()
Returns base numeric attribute property. |
boolean |
isOverline()
Overline required for field outlining extended attribute. |
boolean |
isPenDetectable()
Returns penDetectable property. |
boolean |
isProtected()
Returns base protected attribute property. |
boolean |
isRightline()
Right vertical line required for field outlining extended attribute. |
boolean |
isTrigger()
Mandatory fill from field validation extended attribute. |
boolean |
isUnderline()
Underline required for field outlining extended attribute. |
void |
setModified(boolean flag)
Method to change the Modified Data tag for a field, ie to indicate it has been modified. |
Method Detail |
---|
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- The reference object with which to compare.
true
if this FieldAttrInfo type is the same as the obj argument;
false
otherwise.int getBackGroundColor()
int getCharacterSet()
int getForeGroundColor()
int getHighLight()
int getTransparency()
boolean isDisplay()
boolean isHighIntensity()
boolean isLeftline()
boolean isMandatoryEntry()
boolean isMandatoryFill()
boolean isModified()
boolean isNumeric()
boolean isOverline()
boolean isPenDetectable()
boolean isProtected()
boolean isRightline()
boolean isTrigger()
boolean isUnderline()
void setModified(boolean flag)
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |