@Portable public class DMNIncludedNode extends Object
| Constructor and Description |
|---|
DMNIncludedNode(String fileName,
String modelName,
String drgElementId,
String drgElementName,
Class<? extends DRGElement> drgElementClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DRGElement> |
getDrgElementClass() |
String |
getDrgElementId() |
String |
getDrgElementName() |
String |
getFileName() |
String |
getImportedElementId() |
String |
getModelName() |
public String getFileName()
public String getModelName()
public String getDrgElementId()
public String getImportedElementId()
public String getDrgElementName()
public Class<? extends DRGElement> getDrgElementClass()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.