Skip navigation links
com.essbase.eas.framework.server.defs
Interface CommandParameter
- All Known Implementing Classes:
- MetaCommandParameter
-
public interface CommandParameter
This interface describes a command parameter. This interface only defines getProperty()
methods. The intent is that all of the information about a command parameter is known when the implementing class is created. An implementing class is free to add setProperty()
methods; however, it is undefined what the effects are of changing command parameter values will be.
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox
getName
java.lang.String getName()
getType
java.lang.String getType()
getMultiplicityLevel
int getMultiplicityLevel()
getURIS
java.lang.String[] getURIS()
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.