Uses of Class
org.cxml.PropertyValue
Packages that use PropertyValue
-
Uses of PropertyValue in org.cxml
Fields in org.cxml declared as PropertyValueModifier and TypeFieldDescriptionprotected PropertyValueAllowedValues.propertyValueprotected PropertyValueExpectedResult.propertyValueprotected PropertyValueQualitySampleResult.propertyValueFields in org.cxml with type parameters of type PropertyValueModifier and TypeFieldDescriptionprotected List<PropertyValue>SerialNumberInfo.propertyValueprotected List<PropertyValue>ValueGroup.propertyValueMethods in org.cxml that return PropertyValueModifier and TypeMethodDescriptionObjectFactory.createPropertyValue()Create an instance ofPropertyValueAllowedValues.getPropertyValue()Gets the value of the propertyValue property.ExpectedResult.getPropertyValue()Gets the value of the propertyValue property.QualitySampleResult.getPropertyValue()Gets the value of the propertyValue property.Methods in org.cxml that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionSerialNumberInfo.getPropertyValue()Gets the value of the propertyValue property.ValueGroup.getPropertyValue()Gets the value of the propertyValue property.Methods in org.cxml with parameters of type PropertyValueModifier and TypeMethodDescriptionvoidAllowedValues.setPropertyValue(PropertyValue value) Sets the value of the propertyValue property.voidExpectedResult.setPropertyValue(PropertyValue value) Sets the value of the propertyValue property.voidQualitySampleResult.setPropertyValue(PropertyValue value) Sets the value of the propertyValue property.