Package edm.edom3
Interface EDMSchema
-
- All Superinterfaces:
EDMContextDependent
,EDMData
- All Known Subinterfaces:
EDMApplicationSchema
,EDMExpressSchema
public interface EDMSchema extends EDMData
Copyright(C) EPM Technology AS.- Version:
- 3
- Author:
- Arne Toen - EPM Technology AS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete()
Deletes the schema.int
getSchemaType()
Get schema type for this application schema-
Methods inherited from interface edm.edom3.EDMContextDependent
getContext
-
-
-
-
Method Detail
-
getSchemaType
int getSchemaType() throws EdmiException
Get schema type for this application schema- Returns:
- schema type for this application schema
- Throws:
EdmiException
- if the method fails- See Also:
EDMConstants.SchemaTypes
-
delete
void delete() throws EdmiException
Deletes the schema.- Throws:
EdmiException
- if the methode fails
-
-