Package org.cxml
Class AllowedValues
java.lang.Object
org.cxml.AllowedValues
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the propertyValue property.getType()Gets the value of the type property.voidsetPropertyValue(PropertyValue value) Sets the value of the propertyValue property.voidSets the value of the type property.
-
Field Details
-
type
-
propertyValue
-
-
Constructor Details
-
AllowedValues
public AllowedValues()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getPropertyValue
Gets the value of the propertyValue property.- Returns:
- possible object is
PropertyValue
-
setPropertyValue
Sets the value of the propertyValue property.- Parameters:
value- allowed object isPropertyValue
-