Uses of Interface
com.ibm.jrom.JROMValue

Packages that use JROMValue
com.ibm.jrom   
com.ibm.jrom.factory   
 

Uses of JROMValue in com.ibm.jrom
 

Subinterfaces of JROMValue in com.ibm.jrom
 interface JROMBase64BinaryValue
          Deprecated.  
 interface JROMBooleanValue
          Deprecated.  
 interface JROMByteValue
          Deprecated.  
 interface JROMComplexValue
          Deprecated.  
 interface JROMDateValue
          Deprecated.  
 interface JROMDecimalValue
          Deprecated.  
 interface JROMDoubleValue
          Deprecated.  
 interface JROMDurationValue
          Deprecated.  
 interface JROMFloatValue
          Deprecated.  
 interface JROMIntegerValue
          Deprecated.  
 interface JROMLongValue
          Deprecated.  
 interface JROMQNameValue
          Deprecated.  
 interface JROMShortValue
          Deprecated.  
 interface JROMStringValue
          Deprecated.  
 interface JROMTimeValue
          Deprecated.  
 

Methods in com.ibm.jrom that return JROMValue
 JROMValue JROMComplexValue.getNthElementValue(int index)
          Deprecated. Return the nth element
 JROMValue JROMComplexValue.getAttributeValue(java.lang.String nameNS, java.lang.String nameLP)
          Deprecated.  
 

Methods in com.ibm.jrom with parameters of type JROMValue
 boolean JROMValue.isNameNamespaceEquals(JROMValue jval)
          Deprecated. Checks whether the namespace of the incoming jval and that of this instance are equal.
 boolean JROMValue.isNameLocalPartEquals(JROMValue jval)
          Deprecated. Checks whether the name local part of the incoming jval and that of this instance are equal.
 void JROMComplexValue.addElementValue(JROMValue elValue)
          Deprecated. Set one of my element value parts.
 void JROMComplexValue.addAttributeValue(JROMValue attrValue)
          Deprecated. Set one of my attribute value parts.
 

Uses of JROMValue in com.ibm.jrom.factory
 

Methods in com.ibm.jrom.factory that return JROMValue
 JROMValue JROMFactory.copyJROMInstance(JROMValue jval)
          Deprecated. Copies the jval into a corresponding JROMValue using this factory's JROMValue implementation classes.
 

Methods in com.ibm.jrom.factory with parameters of type JROMValue
 JROMValue JROMFactory.copyJROMInstance(JROMValue jval)
          Deprecated. Copies the jval into a corresponding JROMValue using this factory's JROMValue implementation classes.
 



Copyright © 2001, 2003 IBM. All Rights Reserved.