com.compoze.exchange.webdav.sql
Interface IFunction
- All Superinterfaces:
- ISqlFragment
- All Known Implementing Classes:
- AbstractFunction
- public interface IFunction
- extends ISqlFragment
This interface defines an object that provides a function.
Method Summary |
java.lang.String |
getName()
Gets the name of the property. |
java.lang.Object |
getValue()
Gets the value of the property. |
java.lang.Object[] |
getValues()
Gets an array of values of the property. |
getName
public java.lang.String getName()
- Gets the name of the property.
- Returns:
- the property name.
getValue
public java.lang.Object getValue()
- Gets the value of the property.
- Returns:
- the value of the property.
getValues
public java.lang.Object[] getValues()
- Gets an array of values of the property.
- Returns:
- an array of values of the property.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.