public class OAMethodInfo extends Object implements Serializable
Constructor and Description |
---|
OAMethodInfo() |
Modifier and Type | Method and Description |
---|---|
String[] |
getContextDependentProperties() |
String |
getContextEnabledProperty() |
boolean |
getContextEnabledValue() |
String |
getContextVisibleProperty() |
boolean |
getContextVisibleValue() |
Method |
getEditQueryMethod() |
String |
getEnabledProperty() |
boolean |
getEnabledValue() |
String |
getName() |
OAMethod |
getOAMethod() |
String[] |
getViewDependentProperties() |
String |
getVisibleProperty() |
boolean |
getVisibleValue() |
void |
setContextDependentProperties(String[] ss) |
void |
setContextEnabledProperty(String s) |
void |
setContextEnabledValue(boolean b) |
void |
setContextVisibleProperty(String s) |
void |
setContextVisibleValue(boolean b) |
void |
setEditQueryMethod(Method m) |
void |
setEnabledProperty(String s) |
void |
setEnabledValue(boolean b) |
void |
setName(String name) |
void |
setOAMethod(OAMethod m) |
void |
setViewDependentProperties(String[] ss) |
void |
setVisibleProperty(String s) |
void |
setVisibleValue(boolean b) |
public String getName()
public void setName(String name)
public void setViewDependentProperties(String[] ss)
public String[] getViewDependentProperties()
public void setContextDependentProperties(String[] ss)
public String[] getContextDependentProperties()
public String getEnabledProperty()
public void setEnabledProperty(String s)
public boolean getEnabledValue()
public void setEnabledValue(boolean b)
public String getVisibleProperty()
public void setVisibleProperty(String s)
public boolean getVisibleValue()
public void setVisibleValue(boolean b)
public String getContextEnabledProperty()
public void setContextEnabledProperty(String s)
public boolean getContextEnabledValue()
public void setContextEnabledValue(boolean b)
public String getContextVisibleProperty()
public void setContextVisibleProperty(String s)
public boolean getContextVisibleValue()
public void setContextVisibleValue(boolean b)
public void setEditQueryMethod(Method m)
public Method getEditQueryMethod()
public void setOAMethod(OAMethod m)
public OAMethod getOAMethod()
Copyright © 1999–2019 ViaOA. All rights reserved.