org.demac.process.base.dpdl
Interface ExtendedAttribute
- All Known Implementing Classes:
- ExtendedAttributeImpl
public interface ExtendedAttribute
An org.demac.process.base.dpdl.ExtendedAttribute to extend the functionality of the
xpdl- / dpdl-specification
to meet individual needs of groups or organizations. In more group-specific process
services, the org.demac.process.base.dpdl.ExtendedAttribute can also contain subcontent,
but in this general implementation it is simplified to a name-value-pair.
getName
java.lang.String getName()
- Returns:
- the identifier of the org.demac.process.base.dpdl.ExtendedAttribute.
setName
void setName(java.lang.String name)
getValue
java.lang.String getValue()
- Returns:
- the value of the org.demac.process.base.dpdl.ExtendedAttribute.
setValue
void setValue(java.lang.String value)