@@ -212,6 +212,9 @@ public class BDAImpl extends AbstractDataAttributeImpl implements BDA {
...
@@ -212,6 +212,9 @@ public class BDAImpl extends AbstractDataAttributeImpl implements BDA {
@Override
@Override
protectedvoiddoResolveLinks(){
protectedvoiddoResolveLinks(){
// see Issue #13
super.doResolveLinks();
// desc Some descriptive text for the attribute
// desc Some descriptive text for the attribute
// name The attribute name; the type tAttributeEnum restricts to the attribute names from IEC 61850-7-3, plus new ones starting with lower case letters
// name The attribute name; the type tAttributeEnum restricts to the attribute names from IEC 61850-7-3, plus new ones starting with lower case letters
// sAddr an optional short address of this BDA attribute
// sAddr an optional short address of this BDA attribute
@@ -796,6 +796,9 @@ public class DAImpl extends AbstractDataAttributeImpl implements DA {
...
@@ -796,6 +796,9 @@ public class DAImpl extends AbstractDataAttributeImpl implements DA {
@Override
@Override
protectedvoiddoResolveLinks(){
protectedvoiddoResolveLinks(){
// see Issue #13
super.doResolveLinks();
// desc Some descriptive text for the attribute
// desc Some descriptive text for the attribute
// name The attribute name; the type tAttributeEnum restricts to the attribute names from IEC 61850-7-3, plus new ones starting with lower case letters
// name The attribute name; the type tAttributeEnum restricts to the attribute names from IEC 61850-7-3, plus new ones starting with lower case letters
// fc The functional constraint for this attribute; fc=SE always also implies fc=SG; fc=SG means that the values are visible, but not editable
// fc The functional constraint for this attribute; fc=SE always also implies fc=SG; fc=SG means that the values are visible, but not editable