|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NRealResource
A single resource in a resource file, provides access methods for its attributes and dependencies.
| Field Summary | |
|---|---|
static int |
AUTOMATIC
|
static int |
MANUAL
|
| Method Summary | |
|---|---|
java.lang.String |
getAnnotator()
return the annotator for this resource - null if this is an automatic process. |
java.lang.String |
getCodingManualReference()
return the coding manual reference or URL as a String |
java.lang.String |
getCoverage()
return the responsible person or organisation as a String |
java.lang.String |
getDescription()
return the textual description of this resource |
java.lang.String |
getLastEdit()
return some details about the last edit to this resource as a String |
java.lang.String |
getPath()
return the value of the 'path' attribute for this resource. |
java.lang.String |
getQuality()
return the responsible person or organisation as a String |
java.lang.String |
getResponsible()
return the responsible person or organisation as a String |
int |
getType()
return the type of this resource: AUTOMATIC or MANUAL |
void |
setAnnotator(java.lang.String annotator)
set the annotator for this resource - should remain null if this is an automatic process. |
void |
setCodingManualReference(java.lang.String manual)
set the coding manual reference or URL as a String |
void |
setCoverage(java.lang.String coverage)
set the responsible person or organisation as a String |
void |
setDescription(java.lang.String description)
set the textual description of this resource |
void |
setLastEdit(java.lang.String edit)
return some details about the last edit to this resource as a String |
void |
setPath(java.lang.String path)
Set the value of the 'path' attribute for this resource group. |
void |
setQuality(java.lang.String quality)
set the responsible person or organisation as a String |
void |
setResponsible(java.lang.String responsible)
set the responsible person or organisation as a String |
void |
setType(int type)
set the type of this resource: AUTOMATIC or MANUAL |
| Methods inherited from interface net.sourceforge.nite.meta.NResource |
|---|
addDependency, addDependency, dependsOn, getCoding, getDependencies, getID, getIncompatibleID, getResourceGroup, isDefault, setIncompatibleID |
| Field Detail |
|---|
static final int AUTOMATIC
static final int MANUAL
| Method Detail |
|---|
java.lang.String getPath()
void setPath(java.lang.String path)
java.lang.String getDescription()
getDescription in interface NResourcevoid setDescription(java.lang.String description)
java.lang.String getAnnotator()
void setAnnotator(java.lang.String annotator)
int getType()
void setType(int type)
java.lang.String getResponsible()
void setResponsible(java.lang.String responsible)
java.lang.String getCodingManualReference()
void setCodingManualReference(java.lang.String manual)
java.lang.String getQuality()
void setQuality(java.lang.String quality)
java.lang.String getCoverage()
void setCoverage(java.lang.String coverage)
java.lang.String getLastEdit()
void setLastEdit(java.lang.String edit)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||