public class ProgramItem extends java.lang.Object implements CarrierAnchor
Constructor and Description |
---|
ProgramItem() |
Modifier and Type | Method and Description |
---|---|
NameValueUnit |
getAttribute(java.lang.String name)
Get an attribute value.
|
ItemIF[] |
getChildren()
get the children of the item.
|
java.lang.String |
getIdent()
Get the identification string of the item.
|
java.lang.String |
getName()
Get the name of the item.
|
ItemIF |
getParent()
Get the parent of the item
|
ItemIF[] |
getRelated()
Get the related element, that are not parent or children.
|
void |
init(java.lang.Object carrier)
Initialize the achor.
|
void |
setArguments(java.util.Properties arguments)
Set argument property map.
|
void |
setTransformer(Transformer transformer)
Set the transformer implementation.
|
public void init(java.lang.Object carrier)
CarrierAnchor
init
in interface CarrierAnchor
public void setTransformer(Transformer transformer)
TransformerRequested
setTransformer
in interface TransformerRequested
transformer
- The transformer.public void setArguments(java.util.Properties arguments) throws java.lang.Exception
PropertiesRequested
setArguments
in interface PropertiesRequested
arguments
- the property mapjava.lang.Exception
public NameValueUnit getAttribute(java.lang.String name)
ItemIF
getAttribute
in interface ItemIF
name
- the name of the attribute.public ItemIF[] getChildren()
ItemIF
getChildren
in interface ItemIF
public java.lang.String getIdent()
ItemIF
public java.lang.String getName()
ItemIF
public ItemIF getParent()
ItemIF
public ItemIF[] getRelated()
ItemIF
getRelated
in interface ItemIF