@Retention(value=RUNTIME) public @interface Alias
| Modifier and Type | Optional Element and Description |
|---|---|
String |
businessName
Associates a given UML element with a business specific, human readable name.
|
String |
localName
Associates a given UML element with a data transfer or transient storage element.
|
String |
physicalName
Associates a given UML element with a physical data store element.
|
public abstract String physicalName
public abstract String localName
public abstract String businessName
Copyright © 2017. All rights reserved.