com.ibm.websphere.wim.model
Interface CacheControl

All Superinterfaces:
Control

public interface CacheControl
extends Control

A representation of the model object 'Cache Control'.

The following features are supported:

See Also:
ModelPackage.getCacheControl()
Model:
extendedMetaData="name='CacheControl' kind='elementOnly'"
Generated:

Method Summary
 java.lang.String getMode()
          Returns the value of the 'Mode' attribute.
 void setMode(java.lang.String value)
          Sets the value of the 'Mode' attribute.
 

Method Detail

getMode

java.lang.String getMode()
Returns the value of the 'Mode' attribute.

If the meaning of the 'Mode' attribute isn't clear, there really should be more of a description here...

See Also:
setMode(String), ModelPackage.getCacheControl_Mode()
Model:
dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='element' name='mode' namespace='##targetNamespace'"
Generated:
Return:
the value of the 'Mode' attribute.

setMode

void setMode(java.lang.String value)
Sets the value of the 'Mode' attribute.

Parameters:
value - the new value of the 'Mode' attribute.
See Also:
getMode()
Generated: