Package org.somda.sdc.biceps.common
Class MdibDescriptionModifications.Entry
- java.lang.Object
-
- org.somda.sdc.biceps.common.MdibDescriptionModifications.Entry
-
- Enclosing class:
- MdibDescriptionModifications
public static class MdibDescriptionModifications.Entry extends Object
An entry that allows to bundle all single-state modification information in a single element.
-
-
Constructor Summary
Constructors Constructor Description Entry(AbstractDescriptor descriptor, AbstractState state)Constructor that accepts a descriptor and state (no parent).Entry(AbstractDescriptor descriptor, AbstractState state, String parentHandle)Constructor that accepts a descriptor, state and parent handle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDescriptorgetDescriptor()StringgetParentHandle()AbstractStategetState()
-
-
-
Constructor Detail
-
Entry
public Entry(AbstractDescriptor descriptor, AbstractState state)
Constructor that accepts a descriptor and state (no parent).- Parameters:
descriptor- the descriptor.state- the state.- See Also:
Entry(AbstractDescriptor, AbstractState, String),MdibDescriptionModifications.MultiStateEntry
-
Entry
public Entry(AbstractDescriptor descriptor, AbstractState state, @Nullable String parentHandle)
Constructor that accepts a descriptor, state and parent handle.- Parameters:
descriptor- the descriptor.state- the state.parentHandle- the parent handle.- See Also:
Entry(AbstractDescriptor, AbstractState),MdibDescriptionModifications.MultiStateEntry
-
-
Method Detail
-
getDescriptor
public AbstractDescriptor getDescriptor()
-
getState
public AbstractState getState()
-
getParentHandle
public String getParentHandle()
-
-