public interface TestTab
extends org.eclipse.emf.ecore.EObject
TabfolderPackage.getTestTab()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
boolean |
isValid()
Returns the value of the 'Valid' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setValid(boolean value)
Sets the value of the '
Valid' attribute |
static final java.lang.String copyright
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TabfolderPackage.getTestTab_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isValid()
"true".
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
setValid(boolean),
TabfolderPackage.getTestTab_Valid()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.