Class DefaultPropertyImpl
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.uberfire.ext.wires.bpmn.api.model.Property
Property.Type
-
-
Constructor Summary
Constructors Constructor Description DefaultPropertyImpl(String id, Property.Type type, String caption, String description, boolean isReadOnly, boolean isOptional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propertycopy()booleanequals(Object o)StringgetCaption()StringgetDescription()StringgetId()Property.TypegetType()inthashCode()booleanisOptional()booleanisReadOnly()StringtoString()
-
-
-
Constructor Detail
-
DefaultPropertyImpl
public DefaultPropertyImpl(String id, Property.Type type, String caption, String description, boolean isReadOnly, boolean isOptional)
-
-
Method Detail
-
getType
public Property.Type getType()
-
getCaption
public String getCaption()
- Specified by:
getCaptionin interfaceProperty
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceProperty
-
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceProperty
-
isOptional
public boolean isOptional()
- Specified by:
isOptionalin interfaceProperty
-
-