com.francetelecom.tr157.gen
Class Interface

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

public class Interface
extends java.lang.Object

Class Interface.

Author:
OrangeLabs R&D

Constructor Summary
Interface(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createInterfaceClass()
          Create the parameter InterfaceClass
 Parameter createInterfaceNumber()
          Create the parameter InterfaceNumber
 Parameter createInterfaceProtocol()
          Create the parameter InterfaceProtocol
 Parameter createInterfaceSubClass()
          Create the parameter InterfaceSubClass
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamInterfaceClass()
          Getter method of InterfaceClass.
 Parameter getParamInterfaceNumber()
          Getter method of InterfaceNumber.
 Parameter getParamInterfaceProtocol()
          Getter method of InterfaceProtocol.
 Parameter getParamInterfaceSubClass()
          Getter method of InterfaceSubClass.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interface

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

getParamInterfaceClass

public final Parameter getParamInterfaceClass()
Getter method of InterfaceClass.

Returns:
_InterfaceClass

createInterfaceClass

public final Parameter createInterfaceClass()
                                     throws Fault
Create the parameter InterfaceClass

Returns:
InterfaceClass
Throws:
Fault - exception

getParamInterfaceNumber

public final Parameter getParamInterfaceNumber()
Getter method of InterfaceNumber.

Returns:
_InterfaceNumber

createInterfaceNumber

public final Parameter createInterfaceNumber()
                                      throws Fault
Create the parameter InterfaceNumber

Returns:
InterfaceNumber
Throws:
Fault - exception

getParamInterfaceSubClass

public final Parameter getParamInterfaceSubClass()
Getter method of InterfaceSubClass.

Returns:
_InterfaceSubClass

createInterfaceSubClass

public final Parameter createInterfaceSubClass()
                                        throws Fault
Create the parameter InterfaceSubClass

Returns:
InterfaceSubClass
Throws:
Fault - exception

getParamInterfaceProtocol

public final Parameter getParamInterfaceProtocol()
Getter method of InterfaceProtocol.

Returns:
_InterfaceProtocol

createInterfaceProtocol

public final Parameter createInterfaceProtocol()
                                        throws Fault
Create the parameter InterfaceProtocol

Returns:
InterfaceProtocol
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.