public class ClientDMNType extends Object
| Constructor and Description |
|---|
ClientDMNType(String namespace,
String name,
String id,
boolean isCollection,
boolean isComposite,
Map<String,ClientDMNType> fields,
BuiltInType feelType) |
ClientDMNType(String namespace,
String name,
String id,
boolean isCollection,
BuiltInType feelType) |
| Modifier and Type | Method and Description |
|---|---|
BuiltInType |
getFeelType() |
Map<String,ClientDMNType> |
getFields() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
boolean |
isCollection() |
boolean |
isComposite() |
void |
setIsComposite(boolean isComposite) |
public ClientDMNType(String namespace, String name, String id, boolean isCollection, BuiltInType feelType)
public ClientDMNType(String namespace, String name, String id, boolean isCollection, boolean isComposite, Map<String,ClientDMNType> fields, BuiltInType feelType)
public String getNamespace()
public String getName()
public String getId()
public boolean isCollection()
public boolean isComposite()
public Map<String,ClientDMNType> getFields()
public BuiltInType getFeelType()
public void setIsComposite(boolean isComposite)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.