Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.core.attribute |
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.fireGUINodeAttributeChange(ChangesSet<Attribute> attributeName,
AttributeAvailability availability) |
void |
TreeNode.fireNodeAttributeChange(ChangesSet<Attribute> attributeName,
AttributeAvailability availability) |
Modifier and Type | Method and Description |
---|---|
AttributeAvailability |
Attribute.getAvailability() |
AttributeAvailability |
AttributeDefinition.getAvailability() |
static AttributeAvailability |
AttributeAvailability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeAvailability[] |
AttributeAvailability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AttributeDefinition(java.util.UUID origin,
java.lang.String key,
AttributeAvailability av,
IValueProvider vp,
int flags) |