Uses of Interface
ilog.cpl.util.IlpTypeConverter

Packages that use IlpTypeConverter
ilog.cpl.graphic Provides classes and interfaces to create graphic objects. 
ilog.cpl.graphic.views Provides graphic object and graphic view classes for creating and configuring graphic views based on ILOG JViews. 
ilog.cpl.model Provides classes and interfaces to create the application business model. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
ilog.cpl.service Provides the interfaces and classes related to the context, some of the services and some general base classes used by styles. 
ilog.cpl.storage Contains classes related to data storage, including styles, datasources and deployment descriptor. 
ilog.cpl.style Deprecated Provides classes and interfaces for handling styles (see IlpStyle). 
ilog.cpl.util Utility classes. 
ilog.tgo.model Provides classes for telecom objects, states and alarms. 
ilog.tgo.model.attribute Contains a default implementation for business object attributes and support classes. 
 

Uses of IlpTypeConverter in ilog.cpl.graphic
 

Methods in ilog.cpl.graphic with parameters of type IlpTypeConverter
 void IlpPointSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Writes the value to a SAX ContentHandler.
 void IlpRectSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Outputs the value to an SAX ContentHandler.
 void IlpRelativeRectSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Writes the value to a SAX ContentHandler.
 void IlpRelativePointSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Writes the value to a SAX ContentHandler.
 

Uses of IlpTypeConverter in ilog.cpl.graphic.views
 

Methods in ilog.cpl.graphic.views with parameters of type IlpTypeConverter
 void IlpPolyPointsSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Writes the value to a SAX ContentHandler.
 void IlpShelfItemPositionSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Writes the value to a SAX ContentHandler.
 void IlpSlotSizesSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Outputs the value to an SAX ContentHandler.
 

Uses of IlpTypeConverter in ilog.cpl.model
 

Methods in ilog.cpl.model with parameters of type IlpTypeConverter
 void IlpDefaultClassManager.parse(String uri, IlpTypeConverter typeConverter, IlpURLAccessService urlAccessService)
          Parses an XML document containing a model from a system identifier (URI).
 void IlpDefaultClassManager.parse(String uri, IlpTypeConverter typeConverter, IlpURLAccessService urlAccessService, boolean validate)
          Parses an XML document containing a model from a system identifier (URI).
 

Uses of IlpTypeConverter in ilog.cpl.network
 

Methods in ilog.cpl.network with parameters of type IlpTypeConverter
 void IlpGeographicPositionSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Outputs an object to an SAX ContentHandler.
 void IlpGeographicPolyPointsSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Outputs the value to an SAX ContentHandler.
 

Uses of IlpTypeConverter in ilog.cpl.service
 

Methods in ilog.cpl.service that return IlpTypeConverter
protected  IlpTypeConverter IlpDefaultContext.createTypeConverter()
          Creates a IlpTypeConverter to be used by this context.
 IlpTypeConverter IlpContext.getTypeConverter()
          Returns the type converter.
 IlpTypeConverter IlpDefaultContext.getTypeConverter()
          Returns the type converter.
 

Uses of IlpTypeConverter in ilog.cpl.storage
 

Methods in ilog.cpl.storage that return IlpTypeConverter
 IlpTypeConverter IlpSAXAttributeValueHandler.getTypeConverter()
          Returns the type converter.
 

Methods in ilog.cpl.storage with parameters of type IlpTypeConverter
 void IlpSAXSerializable.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Outputs the value to an SAX ContentHandler.
 void IlpSAXArrayHandler.readValue(IlpAbstractSAXHandler parent, IlpSAXAttributeValueHandler.ResultHandler resultHandler, Class targetClass, IlpTypeConverter typeConverter)
           
 void IlpSAXAttributeValueHandler.readValue(IlpAbstractSAXHandler parent, String finalTag, IlpSAXAttributeValueHandler.ResultHandler resultHandler, Class targetClass, IlpTypeConverter typeConverter)
           
 

Constructors in ilog.cpl.storage with parameters of type IlpTypeConverter
IlpClassManagerLoader(String uri, IlpMutableClassManager classManager, IlpTypeConverter typeConverter, IlpURLAccessService urlAccessService)
          Creates a class manager loader to load a model from an XML document.
IlpClassManagerLoader(String uri, IlpMutableClassManager classManager, IlpTypeConverter typeConverter, IlpURLAccessService urlAccessService, boolean validate)
          Creates a class manager loader to load a model from an XML document.
IlpSAXArrayWriter(IlpTypeConverter typeConverter)
          Creates a new array writer.
 

Uses of IlpTypeConverter in ilog.cpl.style
 

Fields in ilog.cpl.style declared as IlpTypeConverter
protected  IlpTypeConverter IlpStyleValueTypeConverter.converter
          Deprecated.  
 

Methods in ilog.cpl.style that return IlpTypeConverter
protected  IlpTypeConverter IlpStyleValueTypeConverter.getTypeConverter(IlpStyle style)
          Deprecated. Returns the type converter that will be used by this instance.
 

Uses of IlpTypeConverter in ilog.cpl.util
 

Classes in ilog.cpl.util that implement IlpTypeConverter
 class IlpDefaultTypeConverter
          The type converter is used when parsing or writing XML.
 

Methods in ilog.cpl.util that return IlpTypeConverter
protected  IlpTypeConverter IlpAbstractValueMap.getTypeConverter()
          Returns the type converter used to convert the received value to the expected value.
 

Methods in ilog.cpl.util with parameters of type IlpTypeConverter
 void IlpAbstractValueMap.setTypeConverter(IlpTypeConverter t)
          Sets the type converter used to convert the received value to the expected value.
 

Uses of IlpTypeConverter in ilog.tgo.model
 

Methods in ilog.tgo.model with parameters of type IlpTypeConverter
 void IltSNMPObjectStateSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 void IltAlarmObjectStateSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 void IltTrapObjectStateSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 void IltBellcoreObjectStateSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 void IltOSIObjectStateSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 void IltBiSONETObjectStateSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 void IltSONETObjectStateSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 void IltObjectStateSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 void IltShelfItemPositionSAXInfo.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
           
 

Uses of IlpTypeConverter in ilog.tgo.model.attribute
 

Methods in ilog.tgo.model.attribute with parameters of type IlpTypeConverter
 void IltAlarmSeverityAttribute.output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler)
          Writes the value to a SAX ContentHandler.
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.