com.francetelecom.tr157.gen
Class Parameter

java.lang.Object
  extended by com.francetelecom.tr157.gen.Parameter
Direct Known Subclasses:
ParameterImpl

public class Parameter
extends java.lang.Object

Class Parameter.

Author:
OrangeLabs R&D

Constructor Summary
Parameter(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createCalculationMode()
          Create the parameter CalculationMode
 Parameter createEnable()
          Create the parameter Enable
 Parameter createFailures()
          Create the parameter Failures
 Parameter createHighThreshold()
          Create the parameter HighThreshold
 Parameter createLowThreshold()
          Create the parameter LowThreshold
 Parameter createReference()
          Create the parameter Reference
 Parameter createSampleMode()
          Create the parameter SampleMode
 Parameter createSampleSeconds()
          Create the parameter SampleSeconds
 Parameter createSuspectData()
          Create the parameter SuspectData
 Parameter createValues()
          Create the parameter Values
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamCalculationMode()
          Getter method of CalculationMode.
 Parameter getParamEnable()
          Getter method of Enable.
 Parameter getParamFailures()
          Getter method of Failures.
 Parameter getParamHighThreshold()
          Getter method of HighThreshold.
 Parameter getParamLowThreshold()
          Getter method of LowThreshold.
 Parameter getParamReference()
          Getter method of Reference.
 Parameter getParamSampleMode()
          Getter method of SampleMode.
 Parameter getParamSampleSeconds()
          Getter method of SampleSeconds.
 Parameter getParamSuspectData()
          Getter method of SuspectData.
 Parameter getParamValues()
          Getter method of Values.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

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

getParamValues

public final Parameter getParamValues()
Getter method of Values.

Returns:
_Values

createValues

public final Parameter createValues()
                             throws Fault
Create the parameter Values

Returns:
Values
Throws:
Fault - exception

getParamHighThreshold

public final Parameter getParamHighThreshold()
Getter method of HighThreshold.

Returns:
_HighThreshold

createHighThreshold

public final Parameter createHighThreshold()
                                    throws Fault
Create the parameter HighThreshold

Returns:
HighThreshold
Throws:
Fault - exception

getParamSuspectData

public final Parameter getParamSuspectData()
Getter method of SuspectData.

Returns:
_SuspectData

createSuspectData

public final Parameter createSuspectData()
                                  throws Fault
Create the parameter SuspectData

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

getParamCalculationMode

public final Parameter getParamCalculationMode()
Getter method of CalculationMode.

Returns:
_CalculationMode

createCalculationMode

public final Parameter createCalculationMode()
                                      throws Fault
Create the parameter CalculationMode

Returns:
CalculationMode
Throws:
Fault - exception

getParamFailures

public final Parameter getParamFailures()
Getter method of Failures.

Returns:
_Failures

createFailures

public final Parameter createFailures()
                               throws Fault
Create the parameter Failures

Returns:
Failures
Throws:
Fault - exception

getParamSampleMode

public final Parameter getParamSampleMode()
Getter method of SampleMode.

Returns:
_SampleMode

createSampleMode

public final Parameter createSampleMode()
                                 throws Fault
Create the parameter SampleMode

Returns:
SampleMode
Throws:
Fault - exception

getParamReference

public final Parameter getParamReference()
Getter method of Reference.

Returns:
_Reference

createReference

public final Parameter createReference()
                                throws Fault
Create the parameter Reference

Returns:
Reference
Throws:
Fault - exception

getParamLowThreshold

public final Parameter getParamLowThreshold()
Getter method of LowThreshold.

Returns:
_LowThreshold

createLowThreshold

public final Parameter createLowThreshold()
                                   throws Fault
Create the parameter LowThreshold

Returns:
LowThreshold
Throws:
Fault - exception

getParamSampleSeconds

public final Parameter getParamSampleSeconds()
Getter method of SampleSeconds.

Returns:
_SampleSeconds

createSampleSeconds

public final Parameter createSampleSeconds()
                                    throws Fault
Create the parameter SampleSeconds

Returns:
SampleSeconds
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.