Package jadex.common
Class Property
java.lang.Object
jadex.common.Property
A configuration property.
-
Field Details
-
name
The name. -
type
The property type (defines the kind of property). -
value
The value.
-
-
Constructor Details
-
Property
public Property()Create a new property. -
Property
Create a new property. -
Property
Create a new property.
-
-
Method Details
-
getName
Get the name.- Returns:
- The name.
-
setName
Set the name.- Parameters:
name
- The name to set.
-
getType
Get the type.- Returns:
- The type.
-
setType
Set the type.- Parameters:
type
- The type to set.
-
getValue
Get the value.- Returns:
- The value.
-
setValue
Set the value. -
toString
Get the string representation.
-