org.meta2project.model
Interface Type

All Superinterfaces:
AnnotatedEntity, NamedEntity
All Known Implementing Classes:
BoxType, DBType, DebugType

public interface Type
extends NamedEntity

Data type

Author:
Anton Malykh

Field Summary
 
Fields inherited from interface org.meta2project.model.AnnotatedEntity
CASCADE, CASCADE_DELETE_VALUE, COMMENT, MAX_CARD, MIN_CARD, MODEL_URI, TITLE
 
Method Summary
 void delete()
          Delete the data type.
 
Methods inherited from interface org.meta2project.model.NamedEntity
getFullName, getName, getOntology, setName
 
Methods inherited from interface org.meta2project.model.AnnotatedEntity
getAnnotation, getAnnotationNames, putAnnotation
 

Method Detail

delete

void delete()
Delete the data type. The data type can be deleted only if it is not used as a tproperty range.

Specified by:
delete in interface NamedEntity