|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataBaseConstraintType | |
|---|---|
| org.openxma.dsl.dom.model | |
| org.openxma.dsl.dom.model.impl | |
| Uses of DataBaseConstraintType in org.openxma.dsl.dom.model |
|---|
| Fields in org.openxma.dsl.dom.model with type parameters of type DataBaseConstraintType | |
|---|---|
static List<DataBaseConstraintType> |
DataBaseConstraintType.VALUES
A public read-only list of all the 'Data Base Constraint Type' enumerators. |
| Methods in org.openxma.dsl.dom.model that return DataBaseConstraintType | |
|---|---|
static DataBaseConstraintType |
DataBaseConstraintType.get(int value)
Returns the 'Data Base Constraint Type' literal with the specified integer value. |
static DataBaseConstraintType |
DataBaseConstraintType.get(String literal)
Returns the 'Data Base Constraint Type' literal with the specified literal value. |
static DataBaseConstraintType |
DataBaseConstraintType.getByName(String name)
Returns the 'Data Base Constraint Type' literal with the specified name. |
DataBaseConstraintType |
DataBaseConstraint.getType()
Returns the value of the 'Type' attribute. |
static DataBaseConstraintType |
DataBaseConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataBaseConstraintType[] |
DataBaseConstraintType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.openxma.dsl.dom.model with parameters of type DataBaseConstraintType | |
|---|---|
Collection<DataBaseConstraint> |
Dao.getDataBaseConstraintByType(DataBaseConstraintType type)
|
void |
DataBaseConstraint.setType(DataBaseConstraintType value)
Sets the value of the ' Type' attribute. |
| Uses of DataBaseConstraintType in org.openxma.dsl.dom.model.impl |
|---|
| Fields in org.openxma.dsl.dom.model.impl declared as DataBaseConstraintType | |
|---|---|
protected DataBaseConstraintType |
DataBaseConstraintImpl.type
The cached value of the ' Type' attribute. |
protected static DataBaseConstraintType |
DataBaseConstraintImpl.TYPE_EDEFAULT
The default value of the ' Type' attribute. |
| Methods in org.openxma.dsl.dom.model.impl that return DataBaseConstraintType | |
|---|---|
DataBaseConstraintType |
DomFactoryImpl.createDataBaseConstraintTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
DataBaseConstraintType |
DataBaseConstraintImpl.getType()
|
| Methods in org.openxma.dsl.dom.model.impl with parameters of type DataBaseConstraintType | |
|---|---|
Collection<DataBaseConstraint> |
DaoImpl.getDataBaseConstraintByType(DataBaseConstraintType type)
|
void |
DataBaseConstraintImpl.setType(DataBaseConstraintType newType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||