Class PropertyImpl

  • All Implemented Interfaces:
    Property

    public class PropertyImpl
    extends java.lang.Object
    implements Property
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyImpl​(java.lang.String name, java.lang.String type, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getConvertedValue()  
      java.lang.String getName()  
      java.lang.String getType()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyImpl

        public PropertyImpl​(java.lang.String name,
                            java.lang.String type,
                            java.lang.String value)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Property
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Property
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface Property