Interface Property
-
- All Known Implementing Classes:
DefaultPropertyImpl
public interface Property extends Copyable<Property>
A Property of an Element
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProperty.TypeType of Property
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCaption()StringgetDescription()StringgetId()Property.TypegetType()booleanisOptional()booleanisReadOnly()
-
-
-
Method Detail
-
getId
String getId()
-
getType
Property.Type getType()
-
getCaption
String getCaption()
-
getDescription
String getDescription()
-
isReadOnly
boolean isReadOnly()
-
isOptional
boolean isOptional()
-
-