Package com.ibm.cics.model
Interface IFeature
-
- All Superinterfaces:
ICICSObject,ICICSResource,com.ibm.cics.model.meta.ITypedObject
public interface IFeature extends ICICSResource
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFeatureReferencegetCICSObjectReference()java.lang.StringgetFilePath()Getter for field FILEPATHjava.lang.StringgetName()Getter for field NAMEICICSType<IFeature>getObjectType()java.lang.StringgetValue()Getter for field VALUE-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IFeature> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field NAMEName
Specifies the name of this Feature. The name can be up to 255 characters in length.
- Specified by:
getNamein interfaceICICSObject
-
getValue
java.lang.String getValue()
Getter for field VALUEValue
Specifies the value of this Feature. The value can be up to 255 characters in length.
-
getFilePath
java.lang.String getFilePath()
Getter for field FILEPATHValue
Specifies the path to the feature toggle configuration file that defines the feature toggle setting that is in effect in the CICS region. The value can be up to 255 characters in length.
-
getCICSObjectReference
IFeatureReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-