public interface ISystemParameter extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
ISystemParameter.SourceValue
Enumeration type for field SOURCE
|
static class |
ISystemParameter.TypeValue
Enumeration type for field TYPE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ISystemParameterReference |
getCICSObjectReference() |
java.lang.String |
getKeyword()
Getter for field KEYWORD
|
ICICSType<ISystemParameter> |
getObjectType() |
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
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<ISystemParameter> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
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.
ISystemParameterReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.