public interface SuppressAttribute extends Attribute
The following features are supported:
PLIPackage.getSuppressAttribute()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SuppressOption> |
getOptions()
Returns the value of the 'Options' attribute list.
|
getType, setTypegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
java.util.List<SuppressOption> getOptions()
SuppressOption.
The literals are from the enumeration SuppressOption.
SuppressOption,
PLIPackage.getSuppressAttribute_Options()