public class ReadOnlyAttributes extends ReqIFDefinition
Modifier and Type | Field and Description |
---|---|
java.util.List<AttributeDefinition> |
defs |
ATTR_DESC, attributes, CHANGE_PARAM, CREATED_PARAM, ID_PARAM, LAST_MOD, NAME_PARAM, sort
Constructor and Description |
---|
ReadOnlyAttributes() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateId() |
java.lang.String |
getNameSpacePrefix() |
static ReadOnlyAttributes |
load(ReqIFModel model,
org.w3c.dom.Node node) |
org.w3c.dom.Node |
save(org.w3c.dom.Node par,
org.w3c.dom.Document doc,
ReqIFModel model) |
createElement, getDesc, getId, getLastChange, getName, getNamespace, loadAttributes, save
public java.util.List<AttributeDefinition> defs
public java.lang.String getNameSpacePrefix()
getNameSpacePrefix
in class ReqIFDefinition
public java.lang.String generateId()
generateId
in class ReqIFDefinition
public static ReadOnlyAttributes load(ReqIFModel model, org.w3c.dom.Node node)
public org.w3c.dom.Node save(org.w3c.dom.Node par, org.w3c.dom.Document doc, ReqIFModel model)
save
in class ReqIFDefinition