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