• Parameters

    • jpClass: Class
    • name: string = "counter"
    • fullPath: boolean = false

    Returns {
        getValue: string;
        increment: string;
        newName: string;
        reset: string;
    }

    • getValue: string
    • increment: string
    • newName: string
    • reset: string