Class IntPropertyAccess

  • All Implemented Interfaces:
    java.io.Serializable, PropertyAccess<java.lang.Integer>

    public abstract class IntPropertyAccess
    extends java.lang.Object
    implements PropertyAccess<java.lang.Integer>
    An int property class.
    Since:
    8.0.1.1
    Author:
    Sefi
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<java.lang.Integer> getType()  
      • Methods inherited from class java.lang.Object

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

      • IntPropertyAccess

        public IntPropertyAccess()
    • Method Detail

      • getType

        public java.lang.Class<java.lang.Integer> getType()
        Specified by:
        getType in interface PropertyAccess<java.lang.Integer>