public class EnumerationDefinitionExampleAbstract extends AoSessionExampleAbstract
| Modifier and Type | Field and Description |
|---|---|
protected static AoSession |
aoSess |
protected static ApplicationStructure |
as |
ODS_DATE_FORMAT, options, plumCorba, serviceName, userAuthentication| Constructor and Description |
|---|
EnumerationDefinitionExampleAbstract() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
close()
Close the connection to the ODS Server
|
protected static ApplicationStructure |
getApplicationStructure()
Get the application structure
|
protected static EnumerationDefinition |
getEnumerationDefinition()
Get the enumeration definition, this examples use the enumeration datatype_enum
|
protected static AoSession |
getSession()
Get the session.
|
connectprotected static AoSession aoSess
protected static ApplicationStructure as
public EnumerationDefinitionExampleAbstract()
protected static ApplicationStructure getApplicationStructure() throws AoException
AoException - any occurring ASAM ODS exception.protected static EnumerationDefinition getEnumerationDefinition() throws AoException
AoException - n any occurring ASAM ODS exception.protected static void close()
throws AoException
AoException - any occurring ASAM ODS exception.protected static AoSession getSession() throws AoException
AoException - any occurring ASAM ODS exception.