|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static int |
CODE_DISPLAY_LEVEL
indicates a declaration element as internal used element. |
static int |
DESIGN_DISPLAY_LEVEL
indicates a declaration element as user element. |
static int |
PACKAGE
indicates a declaration element as a package element. |
static int |
PRIVATE
indicates a declaration element as a private element. |
static int |
PROTECTED
indicates a declaration element as a protected element. |
static int |
PUBLIC
indicates a declaration element as a public element. |
static int |
USERDEFINED
No comment provided by developer, please add a comment to improve documentation. |
static char[] |
VISIBILITY_CHAR
declares the visibility characters. |
static java.lang.String |
VISIBILITY_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String[] |
VISIBILITY_STRING
declares the visibility strings. |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FDiagramItem |
REV_ADDITIONAL_ITEMS_PROPERTY, REV_ITEMS_PROPERTY, VIEW_DEFINITIONS_PROPERTY |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement |
ASSERT_IN_UNIT_TEST_PROPERTY, COMMENT_PROPERTY, CONSTRAINTS_PROPERTY, STEREOTYPES_PROPERTY |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
ANNOTATIONS_PROPERTY, DIAGRAMS_PROPERTY, ELEMENT_REFERENCES_PROPERTY, GENERATED_PROPERTY, NAME_PROPERTY, TEXT_PROPERTY |
Method Summary | |
int |
getDisplayLevel()
returns the display level of the declaration element. |
FType |
getFType()
Deprecated. Use getAttrType, getParamType, or getResultType instead |
int |
getVisibility()
Get the visibility attribute of the FDeclaration object |
boolean |
isParsed()
Get the parsed attribute of the FDeclaration object |
void |
setDisplayLevel(int newDisplayLevel)
sets the display level of the declaration element. |
void |
setVisibility(int visibility)
Sets the visibility attribute of the FDeclaration object |
Methods inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement |
addToConstraints, addToStereotypes, entriesOfStereotypes, getFComment, getFromFStereotypes, hasInConstraints, hasInStereotypes, hasKeyInStereotypes, isAssertInUnitTest, iteratorOfConstraints, iteratorOfStereotypes, keysOfStereotypes, removeAllFromConstraints, removeAllFromStereotypes, removeFromConstraints, removeFromStereotypes, removeKeyFromStereotypes, setAssertInUnitTest, setComment, sizeOfStereotypes |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface de.uni_paderborn.fujaba.basic.UniqueIdentifier |
getID |
Methods inherited from interface de.uni_paderborn.fujaba.fsa.unparse.LogicUnparseInterface |
getFSAInterface, getUnparseModuleName |
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.tu_bs.coobra.ObjectChangeAware |
acknowledgeChange, getCoObRAId, getRepository, setCoObRAId, setRepository |
Methods inherited from interface de.uni_kassel.prop.InspectionAware |
isInspectableField, proposeFieldValues |
Field Detail |
public static final int CODE_DISPLAY_LEVEL
public static final int DESIGN_DISPLAY_LEVEL
public static final int PRIVATE
public static final int PUBLIC
public static final int PROTECTED
public static final int PACKAGE
public static final int USERDEFINED
public static final char[] VISIBILITY_CHAR
public static final java.lang.String[] VISIBILITY_STRING
public static final java.lang.String VISIBILITY_PROPERTY
Method Detail |
public int getVisibility()
public void setVisibility(int visibility)
visibility
- The new visibility valuepublic int getDisplayLevel()
public void setDisplayLevel(int newDisplayLevel)
newDisplayLevel
- the new display level.public FType getFType()
public boolean isParsed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |