public class VocabularyImportUtility
extends java.lang.Object
| Constructor and Description |
|---|
VocabularyImportUtility() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
setAssociationEndAttributeDuringImport(AssociationParameters aAssociationParameters,
java.lang.String astrName,
java.lang.String astrValue,
int aiIndex)
setAssociationEndAttributeDuringImport
|
boolean |
setIVocabularyAttributeDuringImport(IVocabularyModelAPI aIVocabularyModelAPI,
IElement aIElement,
java.lang.String astrName,
java.lang.String astrValue)
This is a utility which maps imported string/value pairs to the API setter methods
|
public boolean setIVocabularyAttributeDuringImport(IVocabularyModelAPI aIVocabularyModelAPI, IElement aIElement, java.lang.String astrName, java.lang.String astrValue)
aVocabularyModelAPI - an instance of IVocabularyModelAPIaIElement - must be of sub-type IEntity, IAttribute or IAsscoationEndastrName - must be the name of a property of the model of the IEntity, IAttribute or IAsscoationEnd argastrValue - must be the String version of the value of the property identified by astrNamepublic boolean setAssociationEndAttributeDuringImport(AssociationParameters aAssociationParameters, java.lang.String astrName, java.lang.String astrValue, int aiIndex)
aAssociationParameters - astrName - astrValue - aiIndex - 0 means my, 1 means oppositeCopyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.