Ontimize 5.2072EN

com.ontimize.db.util
Class DBFunctionName

java.lang.Object
  extended bycom.ontimize.db.util.DBFunctionName
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CountDBFunctionName, MaxDBFunctionName

public class DBFunctionName
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
          Name of the function
 
Constructor Summary
DBFunctionName(java.lang.String name)
           
DBFunctionName(java.lang.String name, boolean isolated)
           
 
Method Summary
 java.lang.String getName()
           
 boolean isIsolated()
           
 void setIsolated(boolean isolated)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Name of the function

Constructor Detail

DBFunctionName

public DBFunctionName(java.lang.String name)

DBFunctionName

public DBFunctionName(java.lang.String name,
                      boolean isolated)
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()

isIsolated

public boolean isIsolated()

setIsolated

public void setIsolated(boolean isolated)

Ontimize