Added javadoc and RFC references to Java YANG model.
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-api / src / main / java / org / opendaylight / controller / model / api / type / BinaryTypeDefinition.java
index e99bbb14c66cecbc76f04ee78e1d60a2afd771cd..91031737c42964b9e229620d893de7e6fbcc32ed 100644 (file)
@@ -20,16 +20,23 @@ import org.opendaylight.controller.yang.model.api.TypeDefinition;
  * 4</a>). <br>\r
  * The canonical form of a binary value follows the rules in <a\r
  * href="https://tools.ietf.org/html/rfc4648">[RFC4648]</a>.\r
- *\r
- *\r
+ * \r
+ * <br>\r
+ * <br>\r
+ * This interface was modeled according to definition in <a\r
+ * href="https://tools.ietf.org/html/rfc6020#section-9.8">[RFC-6020] The binary\r
+ * Built-In Type</a>\r
+ * \r
  */\r
 public interface BinaryTypeDefinition extends\r
         TypeDefinition<BinaryTypeDefinition> {\r
 \r
     /**\r
      * Returns List of number of octets that binary value contains.\r
-     *\r
+     * \r
      * @return List of number of octets that binary value contains.\r
+     * \r
+     * @see LengthConstraint\r
      */\r
     public List<LengthConstraint> getLengthConstraints();\r
 }\r