org.eclipse.datatools.modelbase.dbdefinition
Interface NicknameDefinition

All Known Implementing Classes:
NicknameDefinitionImpl

public interface NicknameDefinition

A representation of the model object 'Nickname Definition'.

The following features are supported:

See Also:
DatabaseDefinitionPackage.getNicknameDefinition()

Method Summary
 boolean isConstraintSupported()
          Returns the value of the 'Constraint Supported' attribute.
 boolean isIndexSupported()
          Returns the value of the 'Index Supported' attribute.
 void setConstraintSupported(boolean value)
          Sets the value of the 'Constraint Supported' attribute.
 void setIndexSupported(boolean value)
          Sets the value of the 'Index Supported' attribute.
 

Method Detail

isConstraintSupported

public boolean isConstraintSupported()
Returns the value of the 'Constraint Supported' attribute.

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

Returns:
the value of the 'Constraint Supported' attribute.
See Also:
setConstraintSupported(boolean), DatabaseDefinitionPackage.getNicknameDefinition_ConstraintSupported()

setConstraintSupported

public void setConstraintSupported(boolean value)
Sets the value of the 'Constraint Supported' attribute.

Parameters:
value - the new value of the 'Constraint Supported' attribute.
See Also:
isConstraintSupported()

isIndexSupported

public boolean isIndexSupported()
Returns the value of the 'Index Supported' attribute.

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

Returns:
the value of the 'Index Supported' attribute.
See Also:
setIndexSupported(boolean), DatabaseDefinitionPackage.getNicknameDefinition_IndexSupported()

setIndexSupported

public void setIndexSupported(boolean value)
Sets the value of the 'Index Supported' attribute.

Parameters:
value - the new value of the 'Index Supported' attribute.
See Also:
isIndexSupported()


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