|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IElement
com.cysols.iodef.element.Method
public class Method
This class is value object as Method element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addClassification(Classification cla)
Adds the specified Classification element |
void |
addDescriptionValue(String descr)
Adds the specified desciption value. |
Classification[] |
getClassifications()
Returns the array of Classification value. |
String[] |
getDescriptionValues()
Returns the array of description value. |
String |
getRestriction()
Returns the restriction value. |
void |
setRestriction(String value)
Sets the specified restriction value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addClassification(Classification cla)
cla - - Classification elementpublic Classification[] getClassifications()
public void addDescriptionValue(String descr)
descr - - desciption valuepublic String[] getDescriptionValues()
public void setRestriction(String value)
value - - restriction valuepublic String getRestriction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||