oracle.ide.model
Interface Attributes
- All Known Implementing Classes:
- DefaultAttributes
- public interface Attributes
Method Summary |
void |
clear()
Clears all attributes. |
Attributes |
duplicate()
Returns a copy a this attribute object. |
boolean |
isSet(int attr)
|
void |
set(int attr)
This method sets the specified attribute. |
void |
unset(int attr)
This method unsets (i.e. |
isSet
public boolean isSet(int attr)
set
public void set(int attr)
- This method sets the specified attribute. If the specified
attribute represents an immutable attribute, then this
method returns without doing anything.
unset
public void unset(int attr)
- This method unsets (i.e. clears) the specified attribute. If
any of the specified attributes represent an immutable
attribute, that attribute is not set.
clear
public void clear()
- Clears all attributes.
duplicate
public Attributes duplicate()
- Returns a copy a this attribute object.