public abstract class MemberModel extends AbstractAnnotatedModel implements NamespacedModel, TypedModel
| Type | Property and Description |
|---|---|
boolean |
is |
INTERNAL, PRIVATE, PROTECTED, PUBLIC| Modifier | Constructor and Description |
|---|---|
protected |
MemberModel() |
protected |
MemberModel(String name) |
protected |
MemberModel(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNamespace() |
String |
getType() |
int |
hashCode() |
boolean |
isAccessor() |
boolean |
isField() |
boolean |
isGetter() |
boolean |
isMethod() |
boolean |
isProperty() |
boolean |
isSetter() |
boolean |
isStatic() |
void |
setNamespace(String namespace) |
void |
setStatic(boolean aStatic) |
void |
setType(String type) |
addAnnotation, getAnnotations, setAnnotationsgetAsdoc, setAsdocgetName, setNameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitvisitprotected MemberModel()
protected MemberModel(String name)
public boolean isStatic()
public void setStatic(boolean aStatic)
public String getNamespace()
getNamespace in interface NamespacedModelpublic void setNamespace(String namespace)
setNamespace in interface NamespacedModelpublic String getType()
getType in interface TypedModelpublic void setType(String type)
setType in interface TypedModelpublic boolean isMethod()
public boolean isAccessor()
public boolean isGetter()
public boolean isSetter()
public boolean isField()
public boolean isProperty()
public boolean equals(Object o)
equals in class NamedModelpublic int hashCode()
hashCode in class NamedModelCopyright © 2002–2016 CoreMedia AG. All rights reserved.