| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The property template is to be used for specifying attribute/value pairs
Constructor Summary | |
PropertyTemplate(String property_template) This constructor creates a PropertyTemplate object with the specified string | |
PropertyTemplate(String name, String term) This constructor creates a template with the specified name and term. | |
PropertyTemplate() This is an empty constructor. |
Method Summary | |
String | getName() Get the name of the object |
String | getTerm() Get the object |
static void | main(String[] args) This is for testing purposes. |
void | setName(String name) set the name of the object |
void | setTerm(String term) Set the object |
String | toString() This method returns the String representation of the template. |
Constructor Detail |
public PropertyTemplate(String property_template)
throws fipaos.parser.ParserException
public PropertyTemplate(String name, String term)
public PropertyTemplate()
Method Detail |
public String getName()
public String getTerm()
public static void main(String[] args)
public void setName(String name)
public void setTerm(String term)
public String toString()
Association Links |
to Class java.lang.String
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |