org.argouml.uml
Class ProjectMemberModel
java.lang.Object
org.argouml.kernel.AbstractProjectMember
org.argouml.uml.ProjectMemberModel
- All Implemented Interfaces:
- ProjectMember
- public class ProjectMemberModel
- extends AbstractProjectMember
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEMBER_TYPE
private static final String MEMBER_TYPE
- See Also:
- Constant Field Values
FILE_EXT
private static final String FILE_EXT
- See Also:
- Constant Field Values
model
private Object model
ProjectMemberModel
public ProjectMemberModel(Object m,
Project p)
- The constructor.
- Parameters:
m
- the modelp
- the project
getModel
public Object getModel()
- Returns:
- the model
setModel
protected void setModel(Object m)
- Parameters:
m
- the model
getType
public String getType()
- Specified by:
getType
in interface ProjectMember
- Specified by:
getType
in class AbstractProjectMember
- Returns:
- a short string defining the member type.
Usually equals the file extension.
- See Also:
AbstractProjectMember.getType()
getZipFileExtension
public String getZipFileExtension()
- Specified by:
getZipFileExtension
in interface ProjectMember
- Overrides:
getZipFileExtension
in class AbstractProjectMember
- Returns:
- the file extension string
- See Also:
AbstractProjectMember.getZipFileExtension()