Interface GeneratedProperty
- All Superinterfaces:
TypeMember
Generated Property extends
TypeMember interface with additional information about fields (and other members)
declared in Java Transfer Objects (or any java classes) and their access counterparts (getters and setters).- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanReturnstrueif the property is declared as read-only.Methods inherited from interface org.opendaylight.mdsal.binding.model.api.TypeMember
getAccessModifier, getAnnotations, getComment, getName, getReturnType, isFinal, isStatic
-
Method Details
-
getValue
String getValue() -
isReadOnly
boolean isReadOnly()Returnstrueif the property is declared as read-only. If thistruethe property should be generated with only a getter.- Returns:
true<if the property is declared as read-only.
-