public class SpecRelationType extends SpecObjectType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
ATTR_DESC, attributes, CHANGE_PARAM, CREATED_PARAM, ID_PARAM, LAST_MOD, NAME_PARAM, sort
Constructor and Description |
---|
SpecRelationType(java.util.Map<java.lang.String,Pair<java.lang.String,java.lang.String>> attrs) |
Modifier and Type | Method and Description |
---|---|
static SpecRelationType |
create(ReqIFModel model) |
static SpecRelationType |
load(org.w3c.dom.Node nd,
ReqIFModel model) |
org.w3c.dom.Node |
save(org.w3c.dom.Node par,
org.w3c.dom.Document doc,
ReqIFModel model) |
addAttributeDefinition, generateId, getAttributeDefinition, getAttributeDefinitionByName, getAttributeDefinitions, getDefinitions, getNameOrId
createElement, getDesc, getId, getLastChange, getName, getNamespace, getNameSpacePrefix, loadAttributes, save
public SpecRelationType(java.util.Map<java.lang.String,Pair<java.lang.String,java.lang.String>> attrs)
public static SpecRelationType load(org.w3c.dom.Node nd, ReqIFModel model)
public org.w3c.dom.Node save(org.w3c.dom.Node par, org.w3c.dom.Document doc, ReqIFModel model)
save
in class SpecObjectType
public static SpecRelationType create(ReqIFModel model)