de.uni_paderborn.fujaba.metamodel
Interface FArray
- All Superinterfaces:
- java.lang.Comparable, FElement, FType, de.uni_kassel.prop.InspectionAware, LogicUnparseInterface, de.tu_bs.coobra.ObjectChangeAware, de.upb.tools.pcs.PropertyChangeClient, de.upb.tools.pcs.PropertyChangeInterface, UniqueIdentifier
- All Known Implementing Classes:
- UMLArray
- public interface FArray
- extends FType
No comment provided by developer, please add a comment to improve documentation.
- Version:
- $Revision: 1.2 $ $Date: 2004/10/22 16:41:45 $
- Author:
- $Author: lowende $
Field Summary |
static java.lang.String |
ARRAY_TYPE_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
BASE_TYPE_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from interface de.upb.tools.pcs.PropertyChangeInterface |
getPropertyChangeSupport |
Methods inherited from interface de.upb.tools.pcs.PropertyChangeClient |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
addToAnnotations, addToDiagrams, addToElementReferences, addToElementReferences, addToUserMessages, deleteTokens, entriesOfElementReferences, getFirstOOGenToken, getFromFElementReferences, getLastOOGenToken, getParentElement, getText, hasInAnnotations, hasInDiagrams, hasInElementReferences, hasInElementReferences, hasKeyInElementReferences, isCoobraPersistent, isGenerated, iteratorOfAnnotations, iteratorOfDiagrams, iteratorOfElementReferences, iteratorOfUserMessages, keysOfElementReferences, removeAllFromAnnotations, removeAllFromDiagrams, removeAllFromElementReferences, removeAllFromUserMessages, removeFromAnnotations, removeFromDiagrams, removeFromElementReferences, removeFromElementReferences, removeFromUserMessages, removeKeyFromElementReferences, removeYou, setCutCopyPasteParent, setFirstOOGenToken, setGenerated, setLastOOGenToken, sizeOfAnnotations, sizeOfDiagrams, sizeOfElementReferences, sizeOfUserMessages |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface de.tu_bs.coobra.ObjectChangeAware |
acknowledgeChange, getCoObRAId, getRepository, setCoObRAId, setRepository |
Methods inherited from interface de.uni_kassel.prop.InspectionAware |
isInspectableField, proposeFieldValues |
ARRAY_TYPE_PROPERTY
public static final java.lang.String ARRAY_TYPE_PROPERTY
- No comment provided by developer, please add a comment to improve documentation.
- See Also:
- Constant Field Values
BASE_TYPE_PROPERTY
public static final java.lang.String BASE_TYPE_PROPERTY
- No comment provided by developer, please add a comment to improve documentation.
- See Also:
- Constant Field Values
setArrayType
public void setArrayType(FType tmpType)
- Sets the arrayType attribute of the Array object
- Parameters:
tmpType
- The new arrayType value
getFArrayType
public FType getFArrayType()
- Get the arrayType attribute of the Array object
- Returns:
- The arrayType value
getFBaseType
public FType getFBaseType()
- Get the baseType attribute of the Array object
- Returns:
- The baseType value