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 IFeatureReference
getCICSObjectReference()
java.lang.String
getFilePath()
Getter for field FILEPATHjava.lang.String
getName()
Getter for field NAMEICICSType<IFeature>
getObjectType()
java.lang.String
getValue()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in 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:
getName
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-