Uses of Class
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.LspBackupType

Packages that use LspBackupType
be.ac.ulg.montefiore.run.totem.domain.model.impl This package holds classes which are the implementation of the model for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.jaxb This package holds the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl This package holds the implementation of the classes generated by JAXB for the domain package. 
 

Uses of LspBackupType in be.ac.ulg.montefiore.run.totem.domain.model.impl
 

Constructors in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type LspBackupType
LspImpl(Domain domain, java.lang.String protectedLspId, java.lang.String backupId, Path path, LspBackupType lspBackupType, java.util.Collection<Link> protectedLinks)
          Advanced constructor to create a backup lsp.
 

Uses of LspBackupType in be.ac.ulg.montefiore.run.totem.domain.model.jaxb
 

Fields in be.ac.ulg.montefiore.run.totem.domain.model.jaxb declared as LspBackupType
static LspBackupType LspBackupType.BYPASS
           
static LspBackupType LspBackupType.DETOUR_E_2_E
           
static LspBackupType LspBackupType.DETOUR_LOCAL
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb that return LspBackupType
static LspBackupType LspBackupType.fromString(java.lang.String str)
           
static LspBackupType LspBackupType.fromValue(java.lang.String value)
           
 LspBackupType Lsp.BackupType.getType()
          Gets the value of the type property.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb with parameters of type LspBackupType
 void Lsp.BackupType.setType(LspBackupType value)
          Sets the value of the type property.
 

Uses of LspBackupType in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl
 

Fields in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl declared as LspBackupType
protected  LspBackupType LspImpl.BackupTypeImpl._Type
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl that return LspBackupType
 LspBackupType LspImpl.BackupTypeImpl.getType()
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl with parameters of type LspBackupType
 void LspImpl.BackupTypeImpl.setType(LspBackupType value)
           
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.