Uses of Class
com.xebialabs.deployit.reflect.ConfigurationItemPropertyType

Packages that use ConfigurationItemPropertyType
com.xebialabs.deployit.reflect Provides classes and interfaces for obtaining reflective information about configuration items. 
 

Uses of ConfigurationItemPropertyType in com.xebialabs.deployit.reflect
 

Methods in com.xebialabs.deployit.reflect that return ConfigurationItemPropertyType
 ConfigurationItemPropertyType ConfigurationItemPropertyDescriptor.getType()
          Gets the type of this property.
static ConfigurationItemPropertyType ConfigurationItemPropertyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationItemPropertyType[] ConfigurationItemPropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.xebialabs.deployit.reflect with parameters of type ConfigurationItemPropertyType
 void ConfigurationItemPropertyDescriptor.setType(ConfigurationItemPropertyType type)
          Deprecated. Needed for BlazeDS. Do not invoke!
 



Copyright © 2010. All Rights Reserved.