Property.Type| Constructor and Description |
|---|
DefaultPropertyImpl(String id,
Property.Type type,
String caption,
String description,
boolean isReadOnly,
boolean isOptional) |
| Modifier and Type | Method and Description |
|---|---|
Property |
copy() |
boolean |
equals(Object o) |
String |
getCaption() |
String |
getDescription() |
String |
getId() |
Property.Type |
getType() |
int |
hashCode() |
boolean |
isOptional() |
boolean |
isReadOnly() |
String |
toString() |
public DefaultPropertyImpl(String id, Property.Type type, String caption, String description, boolean isReadOnly, boolean isOptional)
public Property.Type getType()
public String getCaption()
getCaption in interface Propertypublic String getDescription()
getDescription in interface Propertypublic boolean isReadOnly()
isReadOnly in interface Propertypublic boolean isOptional()
isOptional in interface PropertyCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.