Uses of Class
org.exolab.jmscts.core.meta.Attribute

Packages that use Attribute
org.exolab.jmscts.core.meta   
 

Uses of Attribute in org.exolab.jmscts.core.meta
 

Methods in org.exolab.jmscts.core.meta that return Attribute
 Attribute Meta.getAttribute(int index)
          Method getAttribute
 Attribute[] Meta.getAttribute()
          Method getAttribute
static Attribute Attribute.unmarshal(java.io.Reader reader)
          Method unmarshal
 

Methods in org.exolab.jmscts.core.meta with parameters of type Attribute
 void Meta.addAttribute(Attribute vAttribute)
          Method addAttribute
 void Meta.addAttribute(int index, Attribute vAttribute)
          Method addAttribute
 boolean Meta.removeAttribute(Attribute vAttribute)
          Method removeAttribute
 void Meta.setAttribute(int index, Attribute vAttribute)
          Method setAttribute
 void Meta.setAttribute(Attribute[] attributeArray)
          Method setAttribute
 



Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.