|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableGroup
A mutable group that allows adding/changing properties
Method Summary | |
---|---|
void |
addProperty(QName propertyName,
Object value)
Adds a property value |
void |
setProperty(QName propertyName,
Object... values)
Sets values for a property |
Methods inherited from interface eu.esdihumboldt.hale.common.instance.model.Group |
---|
getDefinition, getProperty, getPropertyNames |
Method Detail |
---|
void addProperty(QName propertyName, Object value)
propertyName
- the property namevalue
- the property valuevoid setProperty(QName propertyName, Object... values)
propertyName
- the property namevalues
- the values for the property
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |