public class ClassAttribute extends AccessObject
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
ClassAttribute() |
ClassAttribute(PetalNode parent,
Collection params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
String |
getContainment() |
boolean |
getDerived() |
String |
getInitialValue() |
boolean |
getStatic() |
String |
getType() |
void |
setContainment(String o) |
void |
setDerived(boolean s) |
void |
setInitialValue(String o) |
void |
setStatic(boolean s) |
void |
setType(String o) |
getDocumentation, getExportControl, getNameParameter, getStereotype, isPrivate, isProtected, isPublic, setDocumentation, setExportControl, setNameParameter, setStereotype
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
public ClassAttribute(PetalNode parent, Collection params)
public ClassAttribute()
public String getType()
public void setType(String o)
public String getInitialValue()
public void setInitialValue(String o)
public boolean getStatic()
public void setStatic(boolean s)
public boolean getDerived()
public void setDerived(boolean s)
public String getContainment()
public void setContainment(String o)
Copyright © 2018 BITPlan GmbH. All rights reserved.