@Portable public class Text extends Object implements DMNProperty
Modifier and Type | Field and Description |
---|---|
static String |
caption |
static String |
defaultValue |
static String |
description |
static Boolean |
optional |
static Boolean |
readOnly |
static PropertyType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getCaption() |
String |
getDefaultValue() |
String |
getDescription() |
PropertyType |
getType() |
String |
getValue() |
boolean |
isOptional() |
boolean |
isReadOnly() |
void |
setValue(String value) |
public static final transient String caption
public static final transient String description
public static final Boolean readOnly
public static final Boolean optional
public static final PropertyType type
public static final transient String defaultValue
public Text()
public Text(String value)
public String getCaption()
public String getDescription()
public boolean isReadOnly()
public boolean isOptional()
public PropertyType getType()
public String getDefaultValue()
public String getValue()
public void setValue(String value)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.