org.apache.openejb.jee
Class Function

java.lang.Object
  extended by org.apache.openejb.jee.Function

public class Function
extends Object

web-facelettaglibary_2_0.xsd

Java class for functionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="functionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="name" type="{http://java.sun.com/xml/ns/javaee}tld-canonical-nameType"/>
         <element name="function-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="function-signature" type="{http://java.sun.com/xml/ns/javaee}string"/>
         <element name="example" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
         <element name="function-extension" type="{http://java.sun.com/xml/ns/javaee}tld-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TextMap description
           
protected  TextMap displayName
           
protected  String example
           
protected  String functionClass
           
protected  List<TldExtension> functionExtension
           
protected  String functionSignature
           
protected  LocalCollection<Icon> icon
           
protected  String id
           
protected  String name
           
 
Constructor Summary
Function()
           
 
Method Summary
 String getDescription()
           
 Text[] getDescriptions()
           
 String getDisplayName()
           
 Text[] getDisplayNames()
           
 String getExample()
           
 String getFunctionClass()
           
 List<TldExtension> getFunctionExtension()
           
 String getFunctionSignature()
           
 Icon getIcon()
           
 Map<String,Icon> getIconMap()
           
 Collection<Icon> getIcons()
           
 String getId()
           
 String getName()
           
 void setDescriptions(Text[] text)
           
 void setDisplayNames(Text[] text)
           
 void setExample(String value)
           
 void setFunctionClass(String value)
           
 void setFunctionSignature(String value)
           
 void setId(String value)
           
 void setName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

name

protected String name

functionClass

protected String functionClass

functionSignature

protected String functionSignature

example

protected String example

functionExtension

protected List<TldExtension> functionExtension

id

protected String id
Constructor Detail

Function

public Function()
Method Detail

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public String getDescription()

getDisplayNames

public Text[] getDisplayNames()

setDisplayNames

public void setDisplayNames(Text[] text)

getDisplayName

public String getDisplayName()

getIcons

public Collection<Icon> getIcons()

getIconMap

public Map<String,Icon> getIconMap()

getIcon

public Icon getIcon()

getName

public String getName()

setName

public void setName(String value)

getFunctionClass

public String getFunctionClass()

setFunctionClass

public void setFunctionClass(String value)

getFunctionSignature

public String getFunctionSignature()

setFunctionSignature

public void setFunctionSignature(String value)

getExample

public String getExample()

setExample

public void setExample(String value)

getFunctionExtension

public List<TldExtension> getFunctionExtension()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.