|
copyright The Portico Project 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PCMetadata | |
---|---|
org.portico.shared.model |
Uses of PCMetadata in org.portico.shared.model |
---|
Fields in org.portico.shared.model with type parameters of type PCMetadata | |
---|---|
private Map<Integer,PCMetadata> |
ICMetadata.parameters
|
Methods in org.portico.shared.model that return PCMetadata | |
---|---|
PCMetadata |
ICMetadata.getDeclaredParameter(int handle)
Get the locally declared parameter (not inherited) of the given handle and return it. |
PCMetadata |
ICMetadata.getParameter(int handle)
Get the available parameter (inherited included) of this class for the given handle. |
PCMetadata |
ObjectModel.newParameter(String name)
Creates a new PCMetadata instance with the given name and a generated
handle. |
PCMetadata |
ICMetadata.removeParameter(int handle)
Remove and return the local parameter of the given handle (not inherited). |
Methods in org.portico.shared.model that return types with arguments of type PCMetadata | |
---|---|
Set<PCMetadata> |
ICMetadata.getAllParameters()
Return a set of all available parameters for this class (inherited included) |
Set<PCMetadata> |
ICMetadata.getDeclaredParameters()
Return a set of all the parameters contained directly within this class (no inherited ones) |
Methods in org.portico.shared.model with parameters of type PCMetadata | |
---|---|
boolean |
ICMetadata.addParameter(PCMetadata parameter)
Adds the given parameter to this interaction class. |
Method parameters in org.portico.shared.model with type arguments of type PCMetadata | |
---|---|
private int |
StringRenderer.findParamBuffer(Set<PCMetadata> parameters)
|
|
copyright The Portico Project 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |