@Portable public class FontFamily extends Object implements DMNProperty
Modifier and Type | Field and Description |
---|---|
static String |
caption |
static String |
defaultValue |
static String |
description |
static Boolean |
optional |
static PropertyType |
type |
Constructor and Description |
---|
FontFamily() |
FontFamily(String value) |
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 optional
public static final PropertyType type
public static final transient String defaultValue
public FontFamily()
public FontFamily(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–2018 JBoss by Red Hat. All rights reserved.