org.jboss.dna.repository.sequencer
Class SequencerOutputMap.Entry

java.lang.Object
  extended by org.jboss.dna.repository.sequencer.SequencerOutputMap.Entry
Enclosing class:
SequencerOutputMap

@Immutable
public class SequencerOutputMap.Entry
extends Object

An entry in a SequencerOutputMap, which contains the path of the node and the property values on the node.

Author:
Randall Hauch

Method Summary
 Path getPath()
           
 Name getPrimaryTypeValue()
          Get the primary type specified for this node, or null if the type was not specified
 List<SequencerOutputMap.PropertyValue> getPropertyValues()
          Get the property values, which may be empty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPath

public Path getPath()
Returns:
path

getPrimaryTypeValue

public Name getPrimaryTypeValue()
Get the primary type specified for this node, or null if the type was not specified

Returns:
the primary type, or null

getPropertyValues

public List<SequencerOutputMap.PropertyValue> getPropertyValues()
Get the property values, which may be empty

Returns:
value


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.