|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.datatools.modelbase.dbdefinition.impl.UserDefinedTypeDefinitionImpl
public class UserDefinedTypeDefinitionImpl
An implementation of the model object 'User Defined Type 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 |
isDefaultValueSupported()
|
boolean |
isDistinctTypeSupported()
|
boolean |
isStructuredTypeSupported()
|
void |
setDefaultValueSupported(boolean newDefaultValueSupported)
|
void |
setDistinctTypeSupported(boolean newDistinctTypeSupported)
|
void |
setMaximumIdentifierLength(int newMaximumIdentifierLength)
|
void |
setStructuredTypeSupported(boolean newStructuredTypeSupported)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isDefaultValueSupported()
isDefaultValueSupported
in interface UserDefinedTypeDefinition
UserDefinedTypeDefinition.setDefaultValueSupported(boolean)
,
DatabaseDefinitionPackage.getUserDefinedTypeDefinition_DefaultValueSupported()
public void setDefaultValueSupported(boolean newDefaultValueSupported)
setDefaultValueSupported
in interface UserDefinedTypeDefinition
newDefaultValueSupported
- the new value of the 'Default Value Supported' attribute.UserDefinedTypeDefinition.isDefaultValueSupported()
public boolean isDistinctTypeSupported()
isDistinctTypeSupported
in interface UserDefinedTypeDefinition
UserDefinedTypeDefinition.setDistinctTypeSupported(boolean)
,
DatabaseDefinitionPackage.getUserDefinedTypeDefinition_DistinctTypeSupported()
public void setDistinctTypeSupported(boolean newDistinctTypeSupported)
setDistinctTypeSupported
in interface UserDefinedTypeDefinition
newDistinctTypeSupported
- the new value of the 'Distinct Type Supported' attribute.UserDefinedTypeDefinition.isDistinctTypeSupported()
public boolean isStructuredTypeSupported()
isStructuredTypeSupported
in interface UserDefinedTypeDefinition
UserDefinedTypeDefinition.setStructuredTypeSupported(boolean)
,
DatabaseDefinitionPackage.getUserDefinedTypeDefinition_StructuredTypeSupported()
public void setStructuredTypeSupported(boolean newStructuredTypeSupported)
setStructuredTypeSupported
in interface UserDefinedTypeDefinition
newStructuredTypeSupported
- the new value of the 'Structured Type Supported' attribute.UserDefinedTypeDefinition.isStructuredTypeSupported()
public int getMaximumIdentifierLength()
getMaximumIdentifierLength
in interface UserDefinedTypeDefinition
UserDefinedTypeDefinition.setMaximumIdentifierLength(int)
,
DatabaseDefinitionPackage.getUserDefinedTypeDefinition_MaximumIdentifierLength()
public void setMaximumIdentifierLength(int newMaximumIdentifierLength)
setMaximumIdentifierLength
in interface UserDefinedTypeDefinition
newMaximumIdentifierLength
- the new value of the 'Maximum Identifier Length' attribute.UserDefinedTypeDefinition.getMaximumIdentifierLength()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |