oracle.jdeveloper.jot
Interface JotNameable
- All Known Subinterfaces:
- JotAnonymousClass, JotClass, JotConstructor, JotField, JotInnerClass, JotLocalClass, JotLocalVariable, JotMethod, JotParameter, JotVariable
- public interface JotNameable
The JotNameable interface represents JOT objects that can have
names.
Method Summary |
java.lang.String |
getName()
Retrieves the name of this member. |
void |
setName(java.lang.String name)
Sets the name of this member. |
getName
public java.lang.String getName()
- Retrieves the name of this member.
- Returns:
- a string representing a Java name.
setName
public void setName(java.lang.String name)
throws JotException
- Sets the name of this member.
- Parameters:
name
- the new name of this member.