org.eclipse.datatools.modelbase.dbdefinition.impl
Class ViewDefinitionImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.datatools.modelbase.dbdefinition.impl.ViewDefinitionImpl
All Implemented Interfaces:
ViewDefinition

public class ViewDefinitionImpl
extends EObjectImpl
implements ViewDefinition

An implementation of the model object 'View Definition'.

The following features are implemented:


Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 int getMaximumIdentifierLength()
           
 boolean isIndexSupported()
           
 void setIndexSupported(boolean newIndexSupported)
           
 void setMaximumIdentifierLength(int newMaximumIdentifierLength)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMaximumIdentifierLength

public int getMaximumIdentifierLength()

Specified by:
getMaximumIdentifierLength in interface ViewDefinition
Returns:
the value of the 'Maximum Identifier Length' attribute.
See Also:
ViewDefinition.setMaximumIdentifierLength(int), DatabaseDefinitionPackage.getViewDefinition_MaximumIdentifierLength()

setMaximumIdentifierLength

public void setMaximumIdentifierLength(int newMaximumIdentifierLength)

Specified by:
setMaximumIdentifierLength in interface ViewDefinition
Parameters:
newMaximumIdentifierLength - the new value of the 'Maximum Identifier Length' attribute.
See Also:
ViewDefinition.getMaximumIdentifierLength()

isIndexSupported

public boolean isIndexSupported()

Specified by:
isIndexSupported in interface ViewDefinition
Returns:
the value of the 'Index Supported' attribute.
See Also:
ViewDefinition.setIndexSupported(boolean), DatabaseDefinitionPackage.getViewDefinition_IndexSupported()

setIndexSupported

public void setIndexSupported(boolean newIndexSupported)

Specified by:
setIndexSupported in interface ViewDefinition
Parameters:
newIndexSupported - the new value of the 'Index Supported' attribute.
See Also:
ViewDefinition.isIndexSupported()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.