public class OdiBICSPhysicalSchema
extends OdiRestPhysicalSchema
Modifier and Type | Class and Description |
---|---|
static class |
OdiBICSPhysicalSchema.TargetType
The Enum TargetType represents BICS target type - Tables or Data sets.
|
Constructor and Description |
---|
OdiBICSPhysicalSchema(OdiDataServer pDataServer,
OdiBICSPhysicalSchema.TargetType pTargetType)
Instantiates a new odi bics physical schema.
|
Modifier and Type | Method and Description |
---|---|
void |
addRestOperation(OdiRestOperation restOperation)
Adds the rest operation.
|
OdiBICSPhysicalSchema.TargetType |
getTargetType()
Gets the target type.
|
void |
removeRestOperation(OdiRestOperation restOperation)
Removes the rest operation.
|
public OdiBICSPhysicalSchema(OdiDataServer pDataServer, OdiBICSPhysicalSchema.TargetType pTargetType)
pDataServer
- the data serverpTargetType
- the target typepublic OdiBICSPhysicalSchema.TargetType getTargetType()
public void addRestOperation(OdiRestOperation restOperation)
restOperation
- the rest operation
throws UnsupportedOperationExceptionpublic void removeRestOperation(OdiRestOperation restOperation)
restOperation
- the rest operation
throws UnsupportedOperationException