Uses of Interface
com.atlassian.configurable.ObjectConfigurationProperty

Packages that use ObjectConfigurationProperty
com.atlassian.configurable   
 

Uses of ObjectConfigurationProperty in com.atlassian.configurable
 

Classes in com.atlassian.configurable that implement ObjectConfigurationProperty
 class ObjectConfigurationPropertyImpl
          This interface is a property of an Object Configuration and contains a name, description, default value and the type (ObjectConfigurationTypes) of this property.
 class ValuesGeneratorObjectConfigurationProperty
          Represents a property which gets its values derived from a ValuesGenerator implementation.
 class XMLValuesObjectConfigurationProperty
          Uses an xml element to configure a list of keys and values as the available values for this property.
 

Methods in com.atlassian.configurable that return types with arguments of type ObjectConfigurationProperty
 Map<String,ObjectConfigurationProperty> ObjectDescriptor.validateProperties(Map<String,ObjectConfigurationProperty> values)
           
 

Method parameters in com.atlassian.configurable with type arguments of type ObjectConfigurationProperty
 Map<String,ObjectConfigurationProperty> ObjectDescriptor.validateProperties(Map<String,ObjectConfigurationProperty> values)
           
 

Constructor parameters in com.atlassian.configurable with type arguments of type ObjectConfigurationProperty
ObjectConfigurationImpl(Map<String,ObjectConfigurationProperty> configProperties, ObjectDescriptor od)
          Creates a new ObjectConfigurationImpl object.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.