|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeOption | |
|---|---|
| com.borland.sctm.ws.planning | |
| com.borland.sctm.ws.planning.entities | |
| Uses of AttributeOption in com.borland.sctm.ws.planning |
|---|
| Methods in com.borland.sctm.ws.planning with parameters of type AttributeOption | |
|---|---|
void |
TmplanningSoapBindingStub.addAttributeOptions(long sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
|
void |
PlanningServiceProxy.addAttributeOptions(long sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
|
void |
PlanningService.addAttributeOptions(long sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
|
void |
TmplanningSoapBindingStub.deleteAttributeOptions(long sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
|
void |
PlanningServiceProxy.deleteAttributeOptions(long sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
|
void |
PlanningService.deleteAttributeOptions(long sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
|
| Uses of AttributeOption in com.borland.sctm.ws.planning.entities |
|---|
| Methods in com.borland.sctm.ws.planning.entities that return AttributeOption | |
|---|---|
AttributeOption[] |
Attribute.getOptions()
Gets the options value for this Attribute. |
| Methods in com.borland.sctm.ws.planning.entities with parameters of type AttributeOption | |
|---|---|
void |
Attribute.setOptions(AttributeOption[] options)
Sets the options value for this Attribute. |
| Constructors in com.borland.sctm.ws.planning.entities with parameters of type AttributeOption | |
|---|---|
Attribute(boolean active,
java.lang.String description,
int id,
java.lang.String name,
AttributeOption[] options,
java.lang.String type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||