com.ibm.etools.cobol.application.model.cobol
Interface CicsFileBrowseKeyLengthClause

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

public interface CicsFileBrowseKeyLengthClause
extends ASTNode

A representation of the model object 'Cics File Browse Key Length Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsFileBrowseKeyLengthClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getKeyLength()
          Returns the value of the 'Key Length' containment reference.
 boolean isGeneric()
          Returns the value of the 'Generic' attribute.
 void setGeneric(boolean value)
          Sets the value of the 'Generic' attribute.
 void setKeyLength(DataRefOrLiteral value)
          Sets the value of the 'Key Length' containment reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getKeyLength

DataRefOrLiteral getKeyLength()
Returns the value of the 'Key Length' containment reference.

If the meaning of the 'Key Length' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Key Length' containment reference.
See Also:
setKeyLength(DataRefOrLiteral), COBOLPackage.getCicsFileBrowseKeyLengthClause_KeyLength()

setKeyLength

void setKeyLength(DataRefOrLiteral value)
Sets the value of the 'Key Length' containment reference.

Parameters:
value - the new value of the 'Key Length' containment reference.
See Also:
getKeyLength()

isGeneric

boolean isGeneric()
Returns the value of the 'Generic' attribute.

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

Returns:
the value of the 'Generic' attribute.
See Also:
setGeneric(boolean), COBOLPackage.getCicsFileBrowseKeyLengthClause_Generic()

setGeneric

void setGeneric(boolean value)
Sets the value of the 'Generic' attribute.

Parameters:
value - the new value of the 'Generic' attribute.
See Also:
isGeneric()