com.francetelecom.tr157.gen
Class Discovery

java.lang.Object
  extended by com.francetelecom.tr157.gen.Discovery
Direct Known Subclasses:
DiscoveryImp

public class Discovery
extends java.lang.Object

Class Discovery.

Author:
OrangeLabs R&D

Constructor Summary
Discovery(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createDeviceNumberOfEntries()
          Create the parameter DeviceNumberOfEntries
 Parameter createRootDevice()
          Create the parameter RootDevice
 Parameter createRootDeviceNumberOfEntries()
          Create the parameter RootDeviceNumberOfEntries
 Parameter createService()
          Create the parameter Service
 Parameter createServiceNumberOfEntries()
          Create the parameter ServiceNumberOfEntries
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamDeviceNumberOfEntries()
          Getter method of DeviceNumberOfEntries.
 Parameter getParamRootDevice()
          Getter method of RootDevice.
 Parameter getParamRootDeviceNumberOfEntries()
          Getter method of RootDeviceNumberOfEntries.
 Parameter getParamService()
          Getter method of Service.
 Parameter getParamServiceNumberOfEntries()
          Getter method of ServiceNumberOfEntries.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Discovery

public Discovery(IParameterData pData,
                 java.lang.String pBasePath)
Default constructor.

Parameters:
pData - data model
pBasePath - base path of attribute
pPersist - persistence
Method Detail

getData

public final IParameterData getData()
Get the data.

Returns:
the data

getBasePath

public final java.lang.String getBasePath()
Get the basePath.

Returns:
the basePath

initialize

public void initialize()
                throws Fault
Initialiser.

Throws:
Fault

getParamService

public final Parameter getParamService()
Getter method of Service.

Returns:
_Service

createService

public final Parameter createService()
                              throws Fault
Create the parameter Service

Returns:
Service
Throws:
Fault - exception

getParamRootDevice

public final Parameter getParamRootDevice()
Getter method of RootDevice.

Returns:
_RootDevice

createRootDevice

public final Parameter createRootDevice()
                                 throws Fault
Create the parameter RootDevice

Returns:
RootDevice
Throws:
Fault - exception

getParamServiceNumberOfEntries

public final Parameter getParamServiceNumberOfEntries()
Getter method of ServiceNumberOfEntries.

Returns:
_ServiceNumberOfEntries

createServiceNumberOfEntries

public final Parameter createServiceNumberOfEntries()
                                             throws Fault
Create the parameter ServiceNumberOfEntries

Returns:
ServiceNumberOfEntries
Throws:
Fault - exception

getParamDeviceNumberOfEntries

public final Parameter getParamDeviceNumberOfEntries()
Getter method of DeviceNumberOfEntries.

Returns:
_DeviceNumberOfEntries

createDeviceNumberOfEntries

public final Parameter createDeviceNumberOfEntries()
                                            throws Fault
Create the parameter DeviceNumberOfEntries

Returns:
DeviceNumberOfEntries
Throws:
Fault - exception

getParamRootDeviceNumberOfEntries

public final Parameter getParamRootDeviceNumberOfEntries()
Getter method of RootDeviceNumberOfEntries.

Returns:
_RootDeviceNumberOfEntries

createRootDeviceNumberOfEntries

public final Parameter createRootDeviceNumberOfEntries()
                                                throws Fault
Create the parameter RootDeviceNumberOfEntries

Returns:
RootDeviceNumberOfEntries
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.