public abstract class AccessObject extends QuidObject implements AccessQualified, Named, StereoTyped, Documented
EMPTY, LOGGER, params, strict
Modifier | Constructor and Description |
---|---|
protected |
AccessObject(PetalNode parent,
String name,
Collection params) |
protected |
AccessObject(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentation() |
String |
getExportControl() |
String |
getNameParameter() |
String |
getStereotype() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
void |
setDocumentation(String o) |
void |
setExportControl(String o) |
void |
setNameParameter(String o) |
void |
setStereotype(String c) |
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
accept, 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
protected AccessObject(PetalNode parent, String name, Collection params)
protected AccessObject(String name)
public void setNameParameter(String o)
setNameParameter
in interface Named
public String getNameParameter()
getNameParameter
in interface Named
public String getDocumentation()
getDocumentation
in interface Documented
public void setDocumentation(String o)
setDocumentation
in interface Documented
public String getStereotype()
getStereotype
in interface StereoTyped
public void setStereotype(String c)
setStereotype
in interface StereoTyped
public String getExportControl()
getExportControl
in interface AccessQualified
public void setExportControl(String o)
setExportControl
in interface AccessQualified
public boolean isPublic()
public boolean isProtected()
public boolean isPrivate()
Copyright © 2018 BITPlan GmbH. All rights reserved.