public interface EntityIdentifierDefinition
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
getEntityDefinition() |
boolean |
isEncapsulated()
Is the entity identifier encapsulated?
|
boolean isEncapsulated()
true indicates the identifier is encapsulated (and therefore this is castable to
EncapsulatedEntityIdentifierDefinition); false means it is not encapsulated (and therefore
castable to NonEncapsulatedEntityIdentifierDefinition).EntityDefinition getEntityDefinition()
Copyright © 2016. All rights reserved.