public class PropertyDefinition
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PropertyDefinition.PropertyType
Types of fuzzy properties that can be defined using annotations.
|
Constructor and Description |
---|
PropertyDefinition() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFuzzyModifier() |
java.lang.String |
getProperty() |
PropertyDefinition.PropertyType |
getType() |
void |
modifiedProperty(java.lang.String mod,
java.lang.String prop) |
public PropertyDefinition.PropertyType getType()
public void modifiedProperty(java.lang.String mod, java.lang.String prop)
public java.lang.String getFuzzyModifier()
public java.lang.String getProperty()