public interface IFeature extends ICICSResource
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
IFeatureReference |
getCICSObjectReference() |
java.lang.String |
getFilePath()
Getter for field FILEPATH
|
java.lang.String |
getName()
Getter for field NAME
|
ICICSType<IFeature> |
getObjectType() |
java.lang.String |
getValue()
Getter for field VALUE
|
getCICSContainer, getCICSRelease, getRegionNamegetCICSTypeICICSType<IFeature> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface com.ibm.cics.model.meta.ITypedObjectjava.lang.String getName()
Name
Specifies the name of this Feature. The name can be up to 255 characters in length.
getName in interface ICICSObjectjava.lang.String getValue()
Value
Specifies the value of this Feature. The value can be up to 255 characters in length.
java.lang.String getFilePath()
Value
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.
IFeatureReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICICSResourceCopyright ? 2008-2015 IBM Corp. All Rights Reserved.