public interface CustomDataType extends ValidatableObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
VocabularyDataType |
getBaseDataType()
Returns the value of the 'Base Data Type' containment reference
|
VocabularyExpression |
getConstraintExpression()
Returns the value of the 'Constraint Expression' containment reference
|
DatabaseLookupProperties |
getDatabaseLookupProperties()
Returns the value of the 'Database Lookup Properties' containment reference
|
org.eclipse.emf.common.util.EList |
getDataTypeName()
Returns the value of the 'Data Type Name' containment reference list.
|
org.eclipse.emf.ecore.EDataType |
getEDataType()
Returns the value of the 'EData Type' reference
|
VocabularyBoolean |
getEnumeration()
Returns the value of the 'Enumeration' containment reference
|
int |
getEnumerationDisplayCount()
Returns the value of the 'Enumeration Display Count' attribute
|
org.eclipse.emf.common.util.EList |
getEnumerationElements()
Returns the value of the 'Enumeration Elements' containment reference list.
|
java.lang.String |
getGuid()
Returns the value of the 'Guid' attribute
|
boolean |
isDiscovered()
Returns the value of the 'Discovered' attribute
|
void |
setBaseDataType(VocabularyDataType value)
Sets the value of the '
Base Data Type' containment reference |
void |
setConstraintExpression(VocabularyExpression value)
Sets the value of the '
Constraint Expression' containment reference |
void |
setDatabaseLookupProperties(DatabaseLookupProperties value)
Sets the value of the '
Database Lookup Properties' containment reference |
void |
setDiscovered(boolean value)
Sets the value of the '
Discovered' attribute |
void |
setEDataType(org.eclipse.emf.ecore.EDataType value)
Sets the value of the '
EData Type' reference |
void |
setEnumeration(VocabularyBoolean value)
Sets the value of the '
Enumeration' containment reference |
void |
setEnumerationDisplayCount(int value)
Sets the value of the '
Enumeration Display Count' attribute |
void |
setGuid(java.lang.String value)
Sets the value of the '
Guid' attribute |
getValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValidjava.lang.String getGuid()
If the meaning of the 'Guid' attribute isn't clear, there really should be more of a description here...
setGuid(String),
CanonicalvocabularymodelPackage.getCustomDataType_Guid()void setGuid(java.lang.String value)
Guid' attribute.
value - the new value of the 'Guid' attribute.getGuid()org.eclipse.emf.common.util.EList getDataTypeName()
VocabularyString.
If the meaning of the 'Data Type Name' containment reference list isn't clear, there really should be more of a description here...
CanonicalvocabularymodelPackage.getCustomDataType_DataTypeName()VocabularyDataType getBaseDataType()
If the meaning of the 'Base Data Type' attribute isn't clear, there really should be more of a description here...
setBaseDataType(VocabularyDataType),
CanonicalvocabularymodelPackage.getCustomDataType_BaseDataType()void setBaseDataType(VocabularyDataType value)
Base Data Type' containment reference.
value - the new value of the 'Base Data Type' containment reference.getBaseDataType()VocabularyBoolean getEnumeration()
If the meaning of the 'Enumeration' containment reference isn't clear, there really should be more of a description here...
setEnumeration(VocabularyBoolean),
CanonicalvocabularymodelPackage.getCustomDataType_Enumeration()void setEnumeration(VocabularyBoolean value)
Enumeration' containment reference.
value - the new value of the 'Enumeration' containment reference.getEnumeration()VocabularyExpression getConstraintExpression()
If the meaning of the 'Constraint Expression' containment reference isn't clear, there really should be more of a description here...
setConstraintExpression(VocabularyExpression),
CanonicalvocabularymodelPackage.getCustomDataType_ConstraintExpression()void setConstraintExpression(VocabularyExpression value)
Constraint Expression' containment reference.
value - the new value of the 'Constraint Expression' containment reference.getConstraintExpression()boolean isDiscovered()
If the meaning of the 'Discovered' attribute isn't clear, there really should be more of a description here...
setDiscovered(boolean),
CanonicalvocabularymodelPackage.getCustomDataType_Discovered()void setDiscovered(boolean value)
Discovered' attribute.
value - the new value of the 'Discovered' attribute.isDiscovered()int getEnumerationDisplayCount()
If the meaning of the 'Enumeration Display Count' attribute isn't clear, there really should be more of a description here...
setEnumerationDisplayCount(int),
CanonicalvocabularymodelPackage.getCustomDataType_EnumerationDisplayCount()void setEnumerationDisplayCount(int value)
Enumeration Display Count' attribute.
value - the new value of the 'Enumeration Display Count' attribute.getEnumerationDisplayCount()DatabaseLookupProperties getDatabaseLookupProperties()
If the meaning of the 'Database Lookup Properties' containment reference isn't clear, there really should be more of a description here...
setDatabaseLookupProperties(DatabaseLookupProperties),
CanonicalvocabularymodelPackage.getCustomDataType_DatabaseLookupProperties()void setDatabaseLookupProperties(DatabaseLookupProperties value)
Database Lookup Properties' containment reference.
value - the new value of the 'Database Lookup Properties' containment reference.getDatabaseLookupProperties()org.eclipse.emf.common.util.EList getEnumerationElements()
EnumerationElement.
If the meaning of the 'Enumeration Elements' containment reference list isn't clear, there really should be more of a description here...
CanonicalvocabularymodelPackage.getCustomDataType_EnumerationElements()org.eclipse.emf.ecore.EDataType getEDataType()
If the meaning of the 'EData Type' reference isn't clear, there really should be more of a description here...
setEDataType(EDataType),
CanonicalvocabularymodelPackage.getCustomDataType_EDataType()void setEDataType(org.eclipse.emf.ecore.EDataType value)
EData Type' reference.
value - the new value of the 'EData Type' reference.getEDataType()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.