Class Attribute

Object
com.tailf.ncs.alarmman.common.Attribute
Direct Known Subclasses:
AlarmAttribute, StatusChangeAttribute

public class Attribute extends Object
Base class for attributes. Use AlarmAttribute or StatusChangeAttribute instead.
  • Method Details

    • getId

      public String getId()
      Returns:
      String
    • getValue

      public ConfValue getValue()
      Returns:
      ConfValue
    • getNameSpace

      public ConfNamespace getNameSpace()
      Returns:
      ConfNamespace
    • toString

      public String toString()
      Overrides:
      toString in class Object