Class PropertyValueAnnotation


  • public class PropertyValueAnnotation
    extends java.lang.Object
    PropertyValue annotation.
    Author:
    Daniel Sagenschneider
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Method Detail

      • getName

        public java.lang.String getName()
        Obtains the name of the property.
        Returns:
        Name of the property.
      • getValue

        public java.lang.String getValue()
        Obtains the value of the property.
        Returns:
        Value of the property.