|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemParameter
generated from CICS resourcetable SYSPARM
Nested Class Summary | |
---|---|
static class |
ISystemParameter.SourceValue
Enumeration type for field SOURCE |
static class |
ISystemParameter.TypeValue
Enumeration type for field TYPE |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getKeyword()
Getter for field KEYWORD |
java.lang.Long |
getSegnum()
Getter for field SEGNUM |
java.lang.Long |
getSegtot()
Getter for field SEGTOT |
ISystemParameter.SourceValue |
getSource()
Getter for field SOURCE |
java.lang.Long |
getTotallen()
Getter for field TOTALLEN |
ISystemParameter.TypeValue |
getType()
Getter for field TYPE |
java.lang.String |
getValue()
Getter for field VALUE |
java.lang.Long |
getValuelen()
Getter for field VALUELEN |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getKeyword()
Keyword name
The 16 character keyword identifier of the system parameter.
ISystemParameter.TypeValue getType()
Type of system parameter
Identifies the type of system parameter that has been extracted. The only value supported is:
ISystemParameter.SourceValue getSource()
Source of system parameter
Identifies the source location of the system parameter that has been extracted. Values are:
java.lang.Long getValuelen()
Keyword value length
The length of the current keyword value segment. If there is only one keyword value segment then this will be the same value as the total value length.
java.lang.Long getSegnum()
Record segment number
The segment number of returned value.
java.lang.Long getSegtot()
Total segment number
The total number of segments for value.
java.lang.Long getTotallen()
Total value length
The combined length of all the current keyword value segments added together. If there is only one keyword value segment for the current keyword, then this will be the same value as the keyword value length.
java.lang.String getValue()
Keyword value
The value assigned to the associated keyword from the associated table type from the associated source location.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |