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

java.lang.Object
  extended byEObjectImpl
      extended byorg.eclipse.datatools.modelbase.dbdefinition.impl.NicknameDefinitionImpl
All Implemented Interfaces:
NicknameDefinition

public class NicknameDefinitionImpl
extends EObjectImpl
implements NicknameDefinition

An implementation of the model object 'Nickname Definition'.

The following features are implemented:

See Also:
Serialized Form

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 isConstraintSupported()
           
 boolean isIndexSupported()
           
 void setConstraintSupported(boolean newConstraintSupported)
           
 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

isConstraintSupported

public boolean isConstraintSupported()

Specified by:
isConstraintSupported in interface NicknameDefinition
Returns:
the value of the 'Constraint Supported' attribute.
See Also:
NicknameDefinition.setConstraintSupported(boolean), DatabaseDefinitionPackage.getNicknameDefinition_ConstraintSupported()

setConstraintSupported

public void setConstraintSupported(boolean newConstraintSupported)

Specified by:
setConstraintSupported in interface NicknameDefinition
Parameters:
newConstraintSupported - the new value of the 'Constraint Supported' attribute.
See Also:
NicknameDefinition.isConstraintSupported()

isIndexSupported

public boolean isIndexSupported()

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

setIndexSupported

public void setIndexSupported(boolean newIndexSupported)

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

getMaximumIdentifierLength

public int getMaximumIdentifierLength()

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

setMaximumIdentifierLength

public void setMaximumIdentifierLength(int newMaximumIdentifierLength)

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

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 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.