Class PropertyValueAnnotation
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.PropertyValueAnnotation
-
public class PropertyValueAnnotation extends java.lang.Object
PropertyValue
annotation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description PropertyValueAnnotation(java.lang.String name, java.lang.String value)
Instantiate.PropertyValueAnnotation(PropertyValue property)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Obtains the name of the property.java.lang.String
getValue()
Obtains the value of the property.
-
-
-
Constructor Detail
-
PropertyValueAnnotation
public PropertyValueAnnotation(java.lang.String name, java.lang.String value)
Instantiate.- Parameters:
name
- Name of the property.value
- Value of the property.
-
PropertyValueAnnotation
public PropertyValueAnnotation(PropertyValue property)
Instantiate.- Parameters:
property
-PropertyValue
.
-
-