Uses of Class
com.cisco.oss.foundation.configuration.xml.jaxb.ParameterValue

Packages that use ParameterValue
com.cisco.oss.foundation.configuration   
com.cisco.oss.foundation.configuration.xml.jaxb   
 

Uses of ParameterValue in com.cisco.oss.foundation.configuration
 

Methods in com.cisco.oss.foundation.configuration with parameters of type ParameterValue
static boolean CCPUtil.equals(ParameterValue valueA, ParameterValue valueB)
           
 

Uses of ParameterValue in com.cisco.oss.foundation.configuration.xml.jaxb
 

Fields in com.cisco.oss.foundation.configuration.xml.jaxb declared as ParameterValue
protected  ParameterValue StructureMemberDefinition.defaultValue
           
protected  ParameterValue Parameter.defaultValue
           
protected  ParameterValue ParameterOverride.installDefault
           
protected  ParameterValue Parameter.value
           
protected  ParameterValue NewParameterValue.value
           
protected  ParameterValue EnabledBy.value
           
 

Methods in com.cisco.oss.foundation.configuration.xml.jaxb that return ParameterValue
 ParameterValue ObjectFactory.createParameterValue()
          Create an instance of ParameterValue
 ParameterValue StructureMemberDefinition.getDefaultValue()
          Gets the value of the defaultValue property.
 ParameterValue Parameter.getDefaultValue()
          Gets the value of the defaultValue property.
 ParameterValue ParameterOverride.getInstallDefault()
          Gets the value of the installDefault property.
 ParameterValue Parameter.getValue()
          Gets the value of the value property.
 ParameterValue NewParameterValue.getValue()
          Gets the value of the value property.
 ParameterValue EnabledBy.getValue()
          Gets the value of the value property.
 

Methods in com.cisco.oss.foundation.configuration.xml.jaxb with parameters of type ParameterValue
 void StructureMemberDefinition.setDefaultValue(ParameterValue value)
          Sets the value of the defaultValue property.
 void Parameter.setDefaultValue(ParameterValue value)
          Sets the value of the defaultValue property.
 void ParameterOverride.setInstallDefault(ParameterValue value)
          Sets the value of the installDefault property.
 void Parameter.setValue(ParameterValue value)
          Sets the value of the value property.
 void NewParameterValue.setValue(ParameterValue value)
          Sets the value of the value property.
 void EnabledBy.setValue(ParameterValue value)
          Sets the value of the value property.
 



Copyright © 2014 Cisco. All Rights Reserved.