Package | Description |
---|---|
jadex.commons |
This package contains generic utility classes.
|
Modifier and Type | Method and Description |
---|---|
static Property |
Properties.getLatestProperty(Properties[] props,
String type)
Get the latest property by type.
|
Property |
Properties.getLatestProperty(String type)
Get the latest property by type.
|
Property[] |
Properties.getProperties()
Get all properties.
|
static Property[] |
Properties.getProperties(Properties[] props,
String type)
Get properties by type.
|
Property[] |
Properties.getProperties(String type)
Get properties by type.
|
Property |
Properties.getProperty(String type)
Get a properties by type.
|
Modifier and Type | Method and Description |
---|---|
void |
Properties.addProperty(Property prop)
Add a property to this properties.
|
void |
Properties.setProperties(Property[] properties)
Set the properties.
|
Copyright © 2012. All Rights Reserved.