|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleResponse
An SimpleResponse
is a response to a client request expecting a single EdmSimpleType value.
The Responses
static factory class can be used to create SimpleResponse
instances.
Method Summary | |
---|---|
String |
getName()
Gets the (optional) name of the value |
EdmSimpleType |
getType()
Gets the type of the value |
Object |
getValue()
Gets the value. |
Method Detail |
---|
String getName()
EdmSimpleType getType()
Object getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |