Class IntegerPropertyAccess

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

    public abstract class IntegerPropertyAccess
    extends java.lang.Object
    implements PropertyAccess<java.lang.Integer>
    An Integer property class.
    Since:
    8.0.0
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • IntegerPropertyAccess

        public IntegerPropertyAccess()
    • Method Detail

      • getType

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