Interface ElementDefinition
-
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
GlobalViewElementDefinition,SchemaEdgeDefinition,SchemaElementDefinition,SchemaEntityDefinition,ViewElementDefinition
public interface ElementDefinition extends Cloneable
AnElementDefinitiondefines 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 voidlock()Locks the fields so only read access is allowed.
-