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 Property
public String getDescription()
getDescription
in interface Property
public boolean isReadOnly()
isReadOnly
in interface Property
public boolean isOptional()
isOptional
in interface Property
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.