kaos.core.util
Class AttributeMsg
java.lang.Object
kaos.core.util.Msg
kaos.core.util.AttributeMsg
- All Implemented Interfaces:
- java.io.Serializable, org.xml.sax.ErrorHandler
public class AttributeMsg
- extends Msg
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
ONTOLOGY_CONTENT
Values associated with this attribute content are of type @see kaos.policy.information.OntologyPolicyContainer |
static java.lang.String |
POLICY_INFORMATION
Values associated with this attribute content are of type @see kaos.policy.information.PolicyInformation |
static java.lang.String |
XML_CONTENT
Values associated with this attribute content are of type org.w3c.dom.Document |
Constructor Summary |
AttributeMsg(java.lang.String name,
java.lang.Object value,
boolean isSelected)
|
Methods inherited from class kaos.core.util.Msg |
addSubMsg, addSubMsg, addSymbol, addSymbol, addSymbol, addSymbol, addSymbol, addSymbol, clone, createFromFile, error, fatalError, getElementsNamed, getFirstChildSkip, getNamedString, getNamedString, getNamedVector, getNextSkip, getNodeAttributes, getParentSkip, getPreviousSkip, getRootNode, getSubMsg, getSubMsg, getSymbol, getSymbol, getVerbosity, main, removeSymbol, setLogger, setVerbosity, showMsgInfo, showMsgInfo, toString, traverseDOMBranch, traverseRoot, warning |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XML_CONTENT
public static final java.lang.String XML_CONTENT
- Values associated with this attribute content are of type org.w3c.dom.Document
- See Also:
- Constant Field Values
ONTOLOGY_CONTENT
public static final java.lang.String ONTOLOGY_CONTENT
- Values associated with this attribute content are of type @see kaos.policy.information.OntologyPolicyContainer
- See Also:
- Constant Field Values
POLICY_INFORMATION
public static final java.lang.String POLICY_INFORMATION
- Values associated with this attribute content are of type @see kaos.policy.information.PolicyInformation
- See Also:
- Constant Field Values
AttributeMsg
public AttributeMsg(java.lang.String name,
java.lang.Object value,
boolean isSelected)
setName
public boolean setName(java.lang.String name)
setValue
public boolean setValue(java.lang.Object value)
setSelected
public boolean setSelected(boolean selected)
getName
public java.lang.String getName()
getValue
public java.lang.Object getValue()
isSelected
public boolean isSelected()