public class ClientDMNType extends Object
Constructor and Description |
---|
ClientDMNType(String namespace,
String name,
String id,
boolean isCollection,
boolean isComposite) |
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 |
---|---|
void |
addField(String fieldName,
ClientDMNType clientDMNType) |
void |
addFields(Map<String,ClientDMNType> fields) |
ClientDMNType |
copyAsCollection()
It *copies* the current ClientDMNType, setting it as Collection, with isCollection = true.
|
BuiltInType |
getFeelType() |
Map<String,ClientDMNType> |
getFields() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
boolean |
isCollection() |
boolean |
isComposite() |
void |
setCollection(boolean collection) |
void |
setFeelType(BuiltInType feelType) |
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)
public ClientDMNType(String namespace, String name, String id, boolean isCollection, boolean isComposite, Map<String,ClientDMNType> fields, BuiltInType feelType)
public ClientDMNType copyAsCollection()
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 addField(String fieldName, ClientDMNType clientDMNType)
public void addFields(Map<String,ClientDMNType> fields)
public void setIsComposite(boolean isComposite)
public void setCollection(boolean collection)
public void setFeelType(BuiltInType feelType)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.