public class ELFunction extends TldItem
Constructor and Description |
---|
ELFunction() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TldItem object) |
boolean |
equals(Object obj) |
String |
getFunctionClass()
Returns the functionClass.
|
String |
getFunctionSignature()
Returns the functionSignature.
|
String |
getParameters()
Returns the parameters.
|
int |
hashCode() |
void |
setFunctionClass(String functionClass)
Sets the functionClass.
|
void |
setFunctionSignature(String functionSignature)
Sets the functionSignature.
|
void |
setParameters(String parameters)
Sets the parameters.
|
getDescription, getExample, getName, isDeprecated, setDeprecated, setDescription, setExample, setName
public String getFunctionClass()
public void setFunctionClass(String functionClass)
functionClass
- the functionClass to setpublic String getFunctionSignature()
public void setFunctionSignature(String functionSignature)
functionSignature
- the functionSignature to setpublic String getParameters()
public void setParameters(String parameters)
parameters
- the parameters to setpublic int compareTo(TldItem object)
compareTo
in interface Comparable<TldItem>
compareTo
in class TldItem
Comparable.compareTo(Object)
public boolean equals(Object obj)
equals
in class TldItem
Object.equals(Object)
public int hashCode()
hashCode
in class TldItem
Object.hashCode()
Copyright © 2004–2022 Web-Legacy. All rights reserved.