public static class ModelViewEntity.ModelViewLink extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityAlias |
protected List<ModelKeyMap> |
keyMaps |
protected String |
relEntityAlias |
protected boolean |
relOptional |
| Modifier | Constructor and Description |
|---|---|
protected |
ModelViewEntity.ModelViewLink() |
|
ModelViewEntity.ModelViewLink(Element viewLinkElement) |
|
ModelViewEntity.ModelViewLink(String entityAlias,
String relEntityAlias,
List<? extends ModelKeyMap> keyMaps) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityAlias() |
ModelKeyMap |
getKeyMap(int index) |
List<ModelKeyMap> |
getKeyMapsCopy() |
Iterator<ModelKeyMap> |
getKeyMapsIterator() |
int |
getKeyMapsSize() |
String |
getRelEntityAlias() |
boolean |
isRelOptional() |
protected String entityAlias
protected String relEntityAlias
protected boolean relOptional
protected List<ModelKeyMap> keyMaps
protected ModelViewEntity.ModelViewLink()
public ModelViewEntity.ModelViewLink(Element viewLinkElement)
public ModelViewEntity.ModelViewLink(String entityAlias, String relEntityAlias, List<? extends ModelKeyMap> keyMaps)
public String getEntityAlias()
public String getRelEntityAlias()
public boolean isRelOptional()
public ModelKeyMap getKeyMap(int index)
public int getKeyMapsSize()
public Iterator<ModelKeyMap> getKeyMapsIterator()
public List<ModelKeyMap> getKeyMapsCopy()
Copyright © 2016 Atlassian. All rights reserved.