oracle.jdeveloper.jot
Interface JotIdentifier
- All Known Subinterfaces:
- JotType
- public interface JotIdentifier
The JOT representation an a Java identifier.
Method Summary |
java.lang.String |
getName()
Retrieves the text name of this identifer. |
void |
setName(java.lang.String value)
Sets the name of this identifier. |
getName
public java.lang.String getName()
- Retrieves the text name of this identifer.
- Returns:
- a Java identifer represented as a string.
setName
public void setName(java.lang.String value)
throws java.lang.IllegalAccessException
- Sets the name of this identifier.
- Parameters:
value
- a Java identifer represented as a string.- Throws:
java.lang.IllegalAccessException
- if the name of this identifier cannot be changed.