|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticValues
A representation of the model object 'Static Values'. A collection of static values in any data type.
The following features are supported:
DesignPackage.getStaticValues()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
add(java.lang.Object aValue)
Appends the specified value to this ordered collection of static values. |
void |
clear()
Removes all of the static values from this collection. |
int |
count()
Gets the number of static values in this collection. |
org.eclipse.emf.common.util.EList<java.lang.Object> |
getValues()
Returns the value of the 'Values' attribute list. |
boolean |
isEmpty()
Indicates whether this collection of static values is empty. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.common.util.EList<java.lang.Object> getValues()
Object
.
If the meaning of the 'Values' attribute list isn't clear, there really should be more of a description here...
DesignPackage.getStaticValues_Values()
boolean isEmpty()
int count()
void add(java.lang.Object aValue)
aValue
- a value to add; may be nullvoid clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |