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, getRegionName
getCICSType
ICICSType<IFeature> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Name
Specifies the name of this Feature. The name can be up to 255 characters in length.
getName
in interface ICICSObject
java.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 ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.