public class RelationTypeDTO extends Object
| Constructor and Description |
|---|
RelationTypeDTO(String extensionName,
String code,
String metaType,
String jaloClassName,
String srcRole,
String srcType,
boolean srcNavigable,
int srcModifiers,
boolean srcUniqueModifier,
YRelationEnd.Cardinality srcCard,
boolean srcOrdered,
YCollectionType.TypeOfCollection srcCollType,
Map<String,String> srcProps,
String srcMetaType,
String srcDescription,
ModelTagListener.ModelData srcModelData,
String tgtRole,
String tgtType,
boolean tgtNavigable,
int tgtModifiers,
boolean tgtUniqueModifier,
YRelationEnd.Cardinality tgtCard,
boolean tgtOrdered,
YCollectionType.TypeOfCollection tgtCollType,
Map<String,String> tgtProps,
String tgtMetaType,
String tgtDescription,
ModelTagListener.ModelData tgtModelData,
String deployment,
boolean localized,
boolean autocreate,
boolean generate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDeployment() |
String |
getExtensionName() |
String |
getJaloClassName() |
String |
getMetaType() |
YRelationEnd.Cardinality |
getSrcCard() |
YCollectionType.TypeOfCollection |
getSrcCollType() |
String |
getSrcDescription() |
String |
getSrcMetaType() |
ModelTagListener.ModelData |
getSrcModelData() |
int |
getSrcModifiers() |
Map<String,String> |
getSrcProps() |
String |
getSrcRole() |
String |
getSrcType() |
YRelationEnd.Cardinality |
getTgtCard() |
YCollectionType.TypeOfCollection |
getTgtCollType() |
String |
getTgtDescription() |
String |
getTgtMetaType() |
ModelTagListener.ModelData |
getTgtModelData() |
int |
getTgtModifiers() |
Map<String,String> |
getTgtProps() |
String |
getTgtRole() |
String |
getTgtType() |
boolean |
isAutocreate() |
boolean |
isGenerate() |
boolean |
isLocalized() |
boolean |
isSrcNavigable() |
boolean |
isSrcOrdered() |
boolean |
isSrcUniqueModifier() |
boolean |
isTgtNavigable() |
boolean |
isTgtOrdered() |
boolean |
isTgtUniqueModifier() |
public RelationTypeDTO(String extensionName, String code, String metaType, String jaloClassName, String srcRole, String srcType, boolean srcNavigable, int srcModifiers, boolean srcUniqueModifier, YRelationEnd.Cardinality srcCard, boolean srcOrdered, YCollectionType.TypeOfCollection srcCollType, Map<String,String> srcProps, String srcMetaType, String srcDescription, ModelTagListener.ModelData srcModelData, String tgtRole, String tgtType, boolean tgtNavigable, int tgtModifiers, boolean tgtUniqueModifier, YRelationEnd.Cardinality tgtCard, boolean tgtOrdered, YCollectionType.TypeOfCollection tgtCollType, Map<String,String> tgtProps, String tgtMetaType, String tgtDescription, ModelTagListener.ModelData tgtModelData, String deployment, boolean localized, boolean autocreate, boolean generate)
public String getExtensionName()
public String getCode()
public String getMetaType()
public String getJaloClassName()
public String getSrcRole()
public String getSrcType()
public boolean isSrcNavigable()
public int getSrcModifiers()
public boolean isSrcUniqueModifier()
public YRelationEnd.Cardinality getSrcCard()
public boolean isSrcOrdered()
public YCollectionType.TypeOfCollection getSrcCollType()
public String getSrcMetaType()
public String getSrcDescription()
public ModelTagListener.ModelData getSrcModelData()
public String getTgtRole()
public String getTgtType()
public boolean isTgtNavigable()
public int getTgtModifiers()
public boolean isTgtUniqueModifier()
public YRelationEnd.Cardinality getTgtCard()
public boolean isTgtOrdered()
public YCollectionType.TypeOfCollection getTgtCollType()
public String getTgtMetaType()
public String getTgtDescription()
public ModelTagListener.ModelData getTgtModelData()
public String getDeployment()
public boolean isLocalized()
public boolean isAutocreate()
public boolean isGenerate()
Copyright © 2017 SAP SE. All Rights Reserved.