Implemented typedef units statement in generated code.
[yangtools.git] / code-generator / binding-generator-util / src / main / java / org / opendaylight / yangtools / binding / generator / util / Types.java
index ffcbf175b6314817db87dbcffaf93a4a54c801f0..b658d2f2fa51f5bda45ee330484def38754f59a6 100644 (file)
@@ -30,6 +30,7 @@ public final class Types {
 
     public static final ConcreteType BOOLEAN = typeForClass(Boolean.class);
     public static final ConcreteType FUTURE = typeForClass(Future.class);
+    public static final ConcreteType STRING = typeForClass(String.class);
     public static final ConcreteType VOID = typeForClass(Void.class);
 
     /**