package org.kefirsf.bb.conf; /** * Variable functions * * @author kefir */ public enum Function { /** * Append a variable value to the target text. */ value, /** * Append a value length to the target text. */ length }