public interface Property extends Copyable<Property>
Modifier and Type | Interface and Description |
---|---|
static interface |
Property.Type
Type of Property
|
Modifier and Type | Method and Description |
---|---|
String |
getCaption() |
String |
getDescription() |
String |
getId() |
Property.Type |
getType() |
boolean |
isOptional() |
boolean |
isReadOnly() |
String getId()
Property.Type getType()
String getCaption()
String getDescription()
boolean isReadOnly()
boolean isOptional()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.