Package de.foellix.aql.config
Class Priority
java.lang.Object
de.foellix.aql.config.Priority
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>int">
<attribute name="feature" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the feature property.intgetValue()Gets the value of the value property.voidsetFeature(String value) Sets the value of the feature property.voidsetValue(int value) Sets the value of the value property.
-
Field Details
-
value
protected int value -
feature
-
-
Constructor Details
-
Priority
public Priority()
-
-
Method Details
-
getValue
public int getValue()Gets the value of the value property. -
setValue
public void setValue(int value) Sets the value of the value property. -
getFeature
Gets the value of the feature property.- Returns:
- possible object is
String
-
setFeature
Sets the value of the feature property.- Parameters:
value- allowed object isString
-