- NewCounter(jpClass, name?, fullPath?): {
getValue: string;
increment: string;
newName: string;
reset: string;
} 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