|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DepartmentnoidType
A representation of the model object 'Departmentnoid Type'.
The following features are supported:
Method Summary | |
---|---|
java.util.List |
getEmployees()
Returns the value of the 'Employees' containment reference list. |
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
int |
getNumber()
Returns the value of the 'Number' attribute. |
void |
setLocation(java.lang.String value)
Sets the value of the ' Location ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setNumber(int value)
Sets the value of the ' Number ' attribute. |
Method Detail |
---|
java.util.List getEmployees()
EmployeenoidType
.
If the meaning of the 'Employees' containment reference list isn't clear, there really should be more of a description here...
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String)
void setLocation(java.lang.String value)
Location
' attribute.
value
- the new value of the 'Location' attribute.getLocation()
int getNumber()
If the meaning of the 'Number' attribute isn't clear, there really should be more of a description here...
setNumber(int)
void setNumber(int value)
Number
' attribute.
value
- the new value of the 'Number' attribute.getNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |