Package jadex.commons
Class Property
- java.lang.Object
- 
- jadex.commons.Property
 
- 
 public class Property extends java.lang.ObjectA configuration property.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Get the name.java.lang.StringgetType()Get the type.java.lang.StringgetValue()Get the value.voidsetName(java.lang.String name)Set the name.voidsetType(java.lang.String type)Set the type.voidsetValue(java.lang.String value)Set the value.java.lang.StringtoString()Get the string representation.
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() Get the name.- Returns:
- The name.
 
 - 
setNamepublic void setName(java.lang.String name) Set the name.- Parameters:
- name- The name to set.
 
 - 
getTypepublic java.lang.String getType() Get the type.- Returns:
- The type.
 
 - 
setTypepublic void setType(java.lang.String type) Set the type.- Parameters:
- type- The type to set.
 
 - 
getValuepublic java.lang.String getValue() Get the value.- Returns:
- The value.
 
 - 
setValuepublic void setValue(java.lang.String value) Set the value.
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-