All Packages Class Hierarchy This Package Previous Next Index
Interface examples.mo.IndexSimple.SimpleMO
- public interface SimpleMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getAnArray()
-
-
getAnArray(int)
-
-
getNbChanges()
-
-
getState()
-
-
setAnArray(int, String)
-
-
SetAnArray(int, String, String)
-
-
SetAnArray(String, String[])
-
-
setAnArray(String[])
-
-
setState(String)
-
-
SetState(String, String)
-
getNbChanges
public abstract Integer getNbChanges() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getAnArray
public abstract String getAnArray(int pos) throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getAnArray
public abstract String[] getAnArray() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public abstract String getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setAnArray
public abstract void setAnArray(String value[]) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetAnArray
public abstract void SetAnArray(String oper,
String value[]) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setAnArray
public abstract void setAnArray(int pos,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetAnArray
public abstract void SetAnArray(int pos,
String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setState
public abstract void setState(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetState
public abstract void SetState(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
All Packages Class Hierarchy This Package Previous Next Index