@Beta
public interface TypeMember
Modifier and Type | Method and Description |
---|---|
AccessModifier |
getAccessModifier()
Returns the access modifier of member.
|
List<AnnotationType> |
getAnnotations()
Returns List of annotation definitions associated with generated type.
|
String |
getComment()
Returns comment string associated with member.
|
Type |
getDefiningType()
Returns the Type that declares member.
|
String |
getName()
Returns the name of member.
|
Type |
getReturnType()
Get the returning Type of member.
|
boolean |
isFinal()
Returns
true if member is declared as final. |
boolean |
isStatic()
Returns
true if member is declared as static. |
String getComment()
List<AnnotationType> getAnnotations()
AccessModifier getAccessModifier()
boolean isStatic()
true
if member is declared as static.true
if member is declared as static.boolean isFinal()
true
if member is declared as final.true
if member is declared as final.Type getReturnType()
String getName()
Type getDefiningType()
Copyright © 2019 OpenDaylight. All rights reserved.