com.francetelecom.tr157.gen
Class Host

java.lang.Object
  extended by com.francetelecom.tr157.gen.Host

public class Host
extends java.lang.Object

Class Host.

Author:
OrangeLabs R&D

Constructor Summary
Host(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createDeviceNumberOfEntries()
          Create the parameter DeviceNumberOfEntries
 Parameter createEnable()
          Create the parameter Enable
 Parameter createName()
          Create the parameter Name
 Parameter createPowerManagementEnable()
          Create the parameter PowerManagementEnable
 Parameter createReset()
          Create the parameter Reset
 Parameter createType()
          Create the parameter Type
 Parameter createUSBVersion()
          Create the parameter USBVersion
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamDeviceNumberOfEntries()
          Getter method of DeviceNumberOfEntries.
 Parameter getParamEnable()
          Getter method of Enable.
 Parameter getParamName()
          Getter method of Name.
 Parameter getParamPowerManagementEnable()
          Getter method of PowerManagementEnable.
 Parameter getParamReset()
          Getter method of Reset.
 Parameter getParamType()
          Getter method of Type.
 Parameter getParamUSBVersion()
          Getter method of USBVersion.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Host

public Host(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

getParamName

public final Parameter getParamName()
Getter method of Name.

Returns:
_Name

createName

public final Parameter createName()
                           throws Fault
Create the parameter Name

Returns:
Name
Throws:
Fault - exception

getParamEnable

public final Parameter getParamEnable()
Getter method of Enable.

Returns:
_Enable

createEnable

public final Parameter createEnable()
                             throws Fault
Create the parameter Enable

Returns:
Enable
Throws:
Fault - exception

getParamType

public final Parameter getParamType()
Getter method of Type.

Returns:
_Type

createType

public final Parameter createType()
                           throws Fault
Create the parameter Type

Returns:
Type
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

getParamUSBVersion

public final Parameter getParamUSBVersion()
Getter method of USBVersion.

Returns:
_USBVersion

createUSBVersion

public final Parameter createUSBVersion()
                                 throws Fault
Create the parameter USBVersion

Returns:
USBVersion
Throws:
Fault - exception

getParamPowerManagementEnable

public final Parameter getParamPowerManagementEnable()
Getter method of PowerManagementEnable.

Returns:
_PowerManagementEnable

createPowerManagementEnable

public final Parameter createPowerManagementEnable()
                                            throws Fault
Create the parameter PowerManagementEnable

Returns:
PowerManagementEnable
Throws:
Fault - exception

getParamReset

public final Parameter getParamReset()
Getter method of Reset.

Returns:
_Reset

createReset

public final Parameter createReset()
                            throws Fault
Create the parameter Reset

Returns:
Reset
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.