org.openorb.ir.impl

Class Util

public final class Util extends Object

This class is used to initialize the storage types states.

Author: Olivier Modica

Method Summary
static voidinitContainedStates(Contained newContained, ContainerRef containerRef, String name, RepositoryRef repositoryRef)
This method is used to init the states of a newly created contained storage type
static voidinitContainerStates(ORB orb, Container newContainer)
This method is used to init the states of a newly created container storage type
static voidinitInterfaceDefStates(InterfaceDef newInterface)
This method is used to init the states of a newly created interface storage type
static voidinitValueDefStates(ValueDef newValue)
This method is used to init the states of a newly created value storage type

Method Detail

initContainedStates

public static void initContainedStates(Contained newContained, ContainerRef containerRef, String name, RepositoryRef repositoryRef)
This method is used to init the states of a newly created contained storage type

initContainerStates

public static void initContainerStates(ORB orb, Container newContainer)
This method is used to init the states of a newly created container storage type

initInterfaceDefStates

public static void initInterfaceDefStates(InterfaceDef newInterface)
This method is used to init the states of a newly created interface storage type

initValueDefStates

public static void initValueDefStates(ValueDef newValue)
This method is used to init the states of a newly created value storage type