|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.model.IlpDefaultAttribute
ilog.tgo.model.attribute.IltAlarmSeverityAttribute
public class IltAlarmSeverityAttribute
Attribute definition for IltAlarm.PerceivedSeverityAttribute.
Handles the specific XML serialization for this attribute.
| Nested Class Summary | |
|---|---|
static class |
IltAlarmSeverityAttribute.IlpSAXAlarmSeverityHandler
SAX handler implementation which is able to handle alarm severity attributes. |
| Field Summary |
|---|
| Fields inherited from interface ilog.cpl.storage.IlpSAXSerializable |
|---|
EMPTY_ATTRS |
| Constructor Summary | |
|---|---|
IltAlarmSeverityAttribute(String name,
Class valueClass)
Constructor. |
|
IltAlarmSeverityAttribute(String name,
Class valueClass,
boolean isTransient)
Constructor. |
|
IltAlarmSeverityAttribute(String name,
Class valueClass,
Object defaultValue)
Constructor. |
|
IltAlarmSeverityAttribute(String name,
Class valueClass,
Object defaultValue,
boolean isTransient)
Constructor. |
|
| Method Summary | |
|---|---|
IlpSAXAttributeValueHandler |
getSAXHandler()
Returns a SAX handler capable of reading the attribute. |
void |
output(Object value,
IlpTypeConverter typeConverter,
ContentHandler outputHandler)
Writes the value to a SAX ContentHandler. |
| Methods inherited from class ilog.cpl.model.IlpDefaultAttribute |
|---|
getAttributeGroup, getDefaultValue, getName, getValueClass, isTransient, setAttributeGroup, setDefaultValue, setName, setTransient, setValueClass, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IltAlarmSeverityAttribute(String name,
Class valueClass)
name - Attribute name.valueClass - Attribute value class.
public IltAlarmSeverityAttribute(String name,
Class valueClass,
boolean isTransient)
name - Attribute name.valueClass - Attribute value class.isTransient - true if the attribute is not persistent.
public IltAlarmSeverityAttribute(String name,
Class valueClass,
Object defaultValue)
name - Attribute name.valueClass - Attribute value class.defaultValue - Default value for this attribute.
public IltAlarmSeverityAttribute(String name,
Class valueClass,
Object defaultValue,
boolean isTransient)
name - Attribute name.valueClass - Attribute value class.defaultValue - Default value for this attribute.isTransient - true if the attribute is not persistent.| Method Detail |
|---|
public IlpSAXAttributeValueHandler getSAXHandler()
getSAXHandler in interface IlpSAXSerializableIlpSAXSerializable.getSAXHandler()
public void output(Object value,
IlpTypeConverter typeConverter,
ContentHandler outputHandler)
throws SAXException
value to a SAX ContentHandler.
The method translates the object to SAX ContentHandler method calls.
output in interface IlpSAXSerializablevalue - The object to write.typeConverter - The type converter that may be needed to translate
values to strings.outputHandler - The SAX ContentHandler used by this method.
SAXExceptionIlpSAXSerializable.output(java.lang.Object, ilog.cpl.util.IlpTypeConverter, org.xml.sax.ContentHandler)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||