public class NumberingRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
numbersMethod |
| Constructor and Description |
|---|
NumberingRegistry() |
| Modifier and Type | Method and Description |
|---|---|
NumberInfo |
addNum(int abstractNumId,
Integer maxNumId,
boolean ordered) |
List<NumberInfo> |
getNumbers() |
static boolean |
hasDynamicNumbering(FieldsMetadata fieldsMetadata) |
public static final String numbersMethod
public static boolean hasDynamicNumbering(FieldsMetadata fieldsMetadata)
public NumberInfo addNum(int abstractNumId, Integer maxNumId, boolean ordered)
public List<NumberInfo> getNumbers()
Copyright © 2017. All Rights Reserved.