Interface ElementDefinition
-
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
GlobalViewElementDefinition
,SchemaEdgeDefinition
,SchemaElementDefinition
,SchemaEntityDefinition
,ViewElementDefinition
public interface ElementDefinition extends Cloneable
AnElementDefinition
defines information about an element. This interface requires element definitions to able to be locked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
lock()
Locks the fields so only read access is allowed.
-