@Beta public interface GeneratedProperty extends TypeMember
TypeMember
interface. MethodSignature
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
boolean |
isReadOnly()
Returns
true if the property si declared as read-only. |
getAccessModifier, getAnnotations, getComment, getDefiningType, getName, getReturnType, isFinal, isStatic
String getValue()
boolean isReadOnly()
true
if the property si declared as read-only. isReadOnly == true
the property
SHOULD be generated as getter only.true
if the property si declared as read-only.Copyright © 2019 OpenDaylight. All rights reserved.