org.kefirsf.bb.proc
Class ProcNamedElement

java.lang.Object
  extended by org.kefirsf.bb.proc.ProcNamedElement
Direct Known Subclasses:
ProcNamedValue, ProcText, ProcVariable

public abstract class ProcNamedElement
extends Object

Named element are variable and text ProcPatternElement or ProcTemplateElement


Constructor Summary
protected ProcNamedElement(String name)
          Create named element
 
Method Summary
 String getName()
          Get element name
protected  void setAttribute(Context context, CharSequence value)
          Add attribute with name of this element name and value value to context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcNamedElement

protected ProcNamedElement(String name)
Create named element

Parameters:
name - name of element
Method Detail

getName

public String getName()
Get element name

Returns:
element name

setAttribute

protected void setAttribute(Context context,
                            CharSequence value)
Add attribute with name of this element name and value value to context.

Parameters:
context - context
value - variable value


Copyright © 2013. All Rights Reserved.