Uses of Class
org.exolab.jmscts.core.types.PropertyTypeType

Packages that use PropertyTypeType
org.exolab.jmscts.core Core code used to execute JMS CTS 
org.exolab.jmscts.core.types   
 

Uses of PropertyTypeType in org.exolab.jmscts.core
 

Methods in org.exolab.jmscts.core that return PropertyTypeType
 PropertyTypeType Property.getType()
          Returns the value of field 'type'.
 

Methods in org.exolab.jmscts.core with parameters of type PropertyTypeType
 void Property.setType(PropertyTypeType type)
          Sets the value of field 'type'.
 

Uses of PropertyTypeType in org.exolab.jmscts.core.types
 

Fields in org.exolab.jmscts.core.types declared as PropertyTypeType
static PropertyTypeType PropertyTypeType.VALUE_0
          The instance of the java.lang.Boolean type
static PropertyTypeType PropertyTypeType.VALUE_1
          The instance of the java.lang.Byte type
static PropertyTypeType PropertyTypeType.VALUE_2
          The instance of the java.lang.Short type
static PropertyTypeType PropertyTypeType.VALUE_3
          The instance of the java.lang.Integer type
static PropertyTypeType PropertyTypeType.VALUE_4
          The instance of the java.lang.Long type
static PropertyTypeType PropertyTypeType.VALUE_5
          The instance of the java.lang.Float type
static PropertyTypeType PropertyTypeType.VALUE_6
          The instance of the java.lang.Double type
static PropertyTypeType PropertyTypeType.VALUE_7
          The instance of the java.lang.String type
 

Methods in org.exolab.jmscts.core.types that return PropertyTypeType
static PropertyTypeType PropertyTypeType.valueOf(java.lang.String string)
          Method valueOfReturns a new PropertyTypeType based on the given String value.
 



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