Revision 104,
384 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[104] | 1 | package schedframe.scheduling.plan; |
---|
| 2 | |
---|
| 3 | |
---|
| 4 | import schedframe.scheduling.utils.DescriptionContainer; |
---|
| 5 | |
---|
| 6 | public interface PropertyInterface<T> extends DescriptionContainer<T> { |
---|
| 7 | |
---|
| 8 | public java.lang.String getName(); |
---|
| 9 | |
---|
| 10 | public java.lang.String getContent(); |
---|
| 11 | |
---|
| 12 | public void setContent( |
---|
| 13 | final java.lang.String content); |
---|
| 14 | |
---|
| 15 | public void setName(final java.lang.String name); |
---|
| 16 | |
---|
| 17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.