public class ImportedValuesImpl extends ImportImpl implements ImportedValues
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
expressionLanguageAttribute |
protected static ChildElement<ImportedElement> |
importedElementChild |
importTypeAttribute, locationUriAttribute, namespaceAttribute
modelInstance
Constructor and Description |
---|
ImportedValuesImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionLanguage() |
ImportedElement |
getImportedElement() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setImportedElement(ImportedElement importedElement) |
getImportType, getLocationUri, getNamespace, setImportType, setLocationUri, setNamespace
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getImportType, getLocationUri, getNamespace, setImportType, setLocationUri, setNamespace
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElement<ImportedElement> importedElementChild
public ImportedValuesImpl(ModelTypeInstanceContext instanceContext)
public String getExpressionLanguage()
getExpressionLanguage
in interface ImportedValues
public void setExpressionLanguage(String expressionLanguage)
setExpressionLanguage
in interface ImportedValues
public ImportedElement getImportedElement()
getImportedElement
in interface ImportedValues
public void setImportedElement(ImportedElement importedElement)
setImportedElement
in interface ImportedValues
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.