com.ibm.websphere.models.config.xct
Interface XCTResourceConfig

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XCTResourceConfigImpl

public interface XCTResourceConfig
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'XCT Resource Config'.

The following features are supported:

See Also:
XCTConfigPackage.getXCTResourceConfig()

Method Summary
 java.lang.Long getSnapshotCapacity()
          Returns the value of the 'Snapshot Capacity' attribute
 void setSnapshotCapacity(java.lang.Long value)
          Sets the value of the 'Snapshot Capacity' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSnapshotCapacity

java.lang.Long getSnapshotCapacity()
Returns the value of the 'Snapshot Capacity' attribute.

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

Returns:
the value of the 'Snapshot Capacity' attribute.
See Also:
setSnapshotCapacity(Long), XCTConfigPackage.getXCTResourceConfig_SnapshotCapacity()

setSnapshotCapacity

void setSnapshotCapacity(java.lang.Long value)
Sets the value of the 'Snapshot Capacity' attribute.

Parameters:
value - the new value of the 'Snapshot Capacity' attribute.
See Also:
getSnapshotCapacity()