Package | Description |
---|---|
com.unitesk.requality.tools.reqif |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStringAttributeValue |
class |
DefaultAttributeValue |
class |
EnumAttributeValue |
class |
XHTMLAttributeValue |
Modifier and Type | Field and Description |
---|---|
java.util.List<AbstractAttributeValue> |
AttributeDefinition.defvalues |
java.util.Map<java.lang.String,AbstractAttributeValue> |
AttributeValues.valuesByAttributeId |
Modifier and Type | Method and Description |
---|---|
AbstractAttributeValue |
SpecObject.getAttributeValueByName(java.lang.String anumber) |
AbstractAttributeValue |
DatatypeDefinition.getDefaultValue(AttributeDefinition ad) |
AbstractAttributeValue |
AttributeValues.getValue(AttributeDefinition attributeDefinition) |
AbstractAttributeValue |
SpecObject.getValue(java.lang.String definition) |
static AbstractAttributeValue |
EnumAttributeValue.load(org.w3c.dom.Node node,
SpecObjectType sot) |
static AbstractAttributeValue |
DefaultAttributeValue.load(org.w3c.dom.Node node,
SpecObjectType sot) |
static AbstractAttributeValue |
XHTMLAttributeValue.load(org.w3c.dom.Node node,
SpecObjectType type) |
static AbstractAttributeValue |
ReqIFModel.loadValue(org.w3c.dom.Node node,
SpecObjectType sot) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractAttributeValue> |
AttributeDefinition.getValues() |
java.util.Iterator<AbstractAttributeValue> |
AttributeValues.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
SingleAttributeConverter.doors2Requality(SpecObject so,
AbstractAttributeValue val,
TreeNode node,
ReqIFModel model) |
void |
SpecObject.setValue(java.lang.String definition,
AbstractAttributeValue value) |
void |
AttributeValues.setValue(java.lang.String definition,
AbstractAttributeValue value) |