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()
boolean
Returnstrue
if the property is declared as read-only.Methods inherited from interface org.opendaylight.yangtools.binding.model.api.TypeMember
getAccessModifier, getAnnotations, getComment, getName, getReturnType, isFinal, isStatic
-
Method Details
-
getValue
String getValue() -
isReadOnly
boolean isReadOnly()Returnstrue
if the property is declared as read-only. If thistrue
the property should be generated with only a getter.- Returns:
true<
if the property is declared as read-only.
-