Add BindingTypes.augmentation()
[mdsal.git] / binding / mdsal-binding-generator-util / src / main / java / org / opendaylight / mdsal / binding / model / util / TypeConstants.java
index 9cd5ec3a279b3bc40b32b54aeecb69dbbac7397f..d3550d721bc3575fd1e16ac143d6d0a42979b674 100644 (file)
@@ -13,8 +13,11 @@ package org.opendaylight.mdsal.binding.model.util;
 public final class TypeConstants {
 
     /**
-     * Name of the class constant which holds the map of regular expressions that need to be enforced on the string
-     * value. The map is keyed by Pattern-compatible string and values are XSD-compatible strings.
+     * Name or prefix (multiple patterns in builder class as composed with '_'
+     * and upper case of the field name) of the class constant which holds the map
+     * of regular expressions that need to be enforced on the string value.
+     * The map is keyed by Pattern-compatible string and values are XSD-compatible
+     * strings.
      */
     public static final String PATTERN_CONSTANT_NAME = "PATTERN_CONSTANTS";