public interface TopOnlyInterface
| Modifier and Type | Method and Description |
|---|---|
logical |
isTopOnly()
Gets the TOP-ONLY attribute's value.
|
void |
setTopOnly(boolean topOnly)
Sets the TOP-ONLY option/attribute.
|
void |
setTopOnly(logical topOnly)
Sets the TOP-ONLY attribute.
|
void setTopOnly(boolean topOnly)
topOnly - true if the option/attribute is set to ON.void setTopOnly(logical topOnly)
topOnly - true if the attribute is set to ON.logical isTopOnly()