Table 71 summarizes the methods of the AgentProperty class.
Member method | Description | Page |
---|---|---|
AgentProperty() | Creates an agent-property object. | AgentProperty() |
copy() | Copies the specified property into the current AgentProperty object. | copy() |
public AgentProperty(String name);
public AgentProperty(String name, int type, boolean isReqd, boolean isHid, boolean isRdOnly, String desc, boolean isMult, String cardinality, Object[] validValues, Object[] defaultValues);
public AgentProperty(String name, int type, String desc, boolean isReqd, boolean isMult, String cardinality, Object[] validValues, Object[] defaultValues);
A newly instantiated AgentProperty object.
The AgentProperty() method provides the following forms for instantiating a new agent-property object:
public void copy(AgentProperty prop);