C F G L M N S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- callMyFunction(MyFunctionRequest) - Method in class com.mycompany.myproject.capi.CAPI
-
Calls the MyFunction function using the specified request object.
- callMyFunction(Gender.Item, String) - Method in class com.mycompany.myproject.capi.CAPI
-
Calls the MyFunction function with the specified parameters.
- capi - package capi
-
Client-side calling interface (CAPI) for the myproject API.
- CAPI - Class in com.mycompany.myproject.capi
-
Stub for the myproject API.
- CAPI(Map<String, String>) - Constructor for class com.mycompany.myproject.capi.CAPI
-
Constructs a new
CAPI
object for the specified API from a set of properties. - CAPI(Map<String, String>, String) - Constructor for class com.mycompany.myproject.capi.CAPI
-
Constructs a new
CAPI
object for the specified API from a set of properties, specifying the API name to assume. - CAPI(Descriptor) - Constructor for class com.mycompany.myproject.capi.CAPI
-
Constructs a new
CAPI
object, using the specifiedDescriptor
. - checkParameters() - Method in class com.mycompany.myproject.capi.MyFunctionRequest
-
Validates whether this request is considered acceptable.
- com.mycompany.myproject.capi - package com.mycompany.myproject.capi
-
Client-side calling interface (CAPI) for the myproject API.
- com.mycompany.myproject.types - package com.mycompany.myproject.types
-
Types defined in the myproject API.
F
- FEMALE - Static variable in class com.mycompany.myproject.types.Gender
-
The female item.
- fromStringForOptional(String) - Static method in class com.mycompany.myproject.types.Gender
- fromStringForOptional(String) - Static method in class com.mycompany.myproject.types.LastName
-
Converts the specified character string -or
null
- to a value for this type. - fromStringForRequired(String) - Static method in class com.mycompany.myproject.types.Gender
- fromStringForRequired(String) - Static method in class com.mycompany.myproject.types.LastName
-
Converts the specified character string to a value for this type.
- fromStringImpl(String) - Method in class com.mycompany.myproject.types.Gender
G
- Gender - Class in com.mycompany.myproject.types
-
Enum type Gender.
- Gender.Item - Class in com.mycompany.myproject.types
-
Item of the Gender enumeration type.
- getDescription() - Method in class com.mycompany.myproject.types.Gender
- getDescription() - Method in class com.mycompany.myproject.types.LastName
- getGender() - Method in class com.mycompany.myproject.capi.MyFunctionRequest
-
Gets the value of the gender parameter.
- getItemByName(String) - Static method in class com.mycompany.myproject.types.Gender
-
Gets the
Item
for the specified string name. - getItemByValue(String) - Static method in class com.mycompany.myproject.types.Gender
-
Gets the
Item
for the specified string value. - getMessage() - Method in class com.mycompany.myproject.capi.MyFunctionResult
-
Gets the value of the required output parameter message.
- getPersonLastName() - Method in class com.mycompany.myproject.capi.MyFunctionRequest
-
Gets the value of the personLastName parameter.
- getXINSVersion() - Method in class com.mycompany.myproject.capi.CAPI
-
Returns the version of XINS used to generate this CAPI class.
L
- LastName - Class in com.mycompany.myproject.types
-
Pattern type LastName.
M
- MALE - Static variable in class com.mycompany.myproject.types.Gender
-
The male item.
- mycompany.myproject.capi - package mycompany.myproject.capi
-
Client-side calling interface (CAPI) for the myproject API.
- mycompany.myproject.types - package mycompany.myproject.types
-
Types defined in the myproject API.
- MyFunctionRequest - Class in com.mycompany.myproject.capi
-
Request for a call to the MyFunction function.
- MyFunctionRequest() - Constructor for class com.mycompany.myproject.capi.MyFunctionRequest
-
Constructs a new
MyFunctionRequest
instance. - MyFunctionResult - Class in com.mycompany.myproject.capi
-
Result of a call to the MyFunction function.
- myproject.capi - package myproject.capi
-
Client-side calling interface (CAPI) for the myproject API.
- myproject.types - package myproject.types
-
Types defined in the myproject API.
N
- NoVowelException - Exception in com.mycompany.myproject.capi
-
Exception that represents the NoVowel error code.
- NoVowelException(XINSCallRequest, TargetDescriptor, long, XINSCallResultData) - Constructor for exception com.mycompany.myproject.capi.NoVowelException
-
Constructs a new
NoVowelException
instance.
S
- setGender(Gender.Item) - Method in class com.mycompany.myproject.capi.MyFunctionRequest
-
Sets or resets the gender parameter as a
com.mycompany.myproject.types.Gender.Item
. - setPersonLastName(String) - Method in class com.mycompany.myproject.capi.MyFunctionRequest
-
Sets or resets the personLastName parameter as a
String
. - SINGLETON - Static variable in class com.mycompany.myproject.types.Gender
-
The only instance of this class.
- SINGLETON - Static variable in class com.mycompany.myproject.types.LastName
-
The only instance of this class.
T
- types - package types
-
Types defined in the myproject API.
All Classes All Packages