Package org.openforis.collect.mondrian
Class Schema.UserDefinedFunction
- java.lang.Object
-
- org.openforis.collect.mondrian.Schema.UserDefinedFunction
-
- Enclosing class:
- Schema
public static class Schema.UserDefinedFunction extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UserDefinedFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()Gets the value of the className property.StringgetName()Gets the value of the name property.voidsetClassName(String value)Sets the value of the className property.voidsetName(String value)Sets the value of the name property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getClassName
public String getClassName()
Gets the value of the className property.- Returns:
- possible object is
String
-
-