com.atlassian.confluence.importexport.xmlimport.model
Class CollectionProperty

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
      extended by com.atlassian.confluence.importexport.xmlimport.model.CollectionProperty

public class CollectionProperty
extends ImportedProperty


Constructor Summary
CollectionProperty(String name, Collection<ImportedProperty> values)
           
 
Method Summary
 Collection<ImportedProperty> getValues()
           
 
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionProperty

public CollectionProperty(String name,
                          Collection<ImportedProperty> values)
Method Detail

getValues

public Collection<ImportedProperty> getValues()


Copyright © 2003-2012 Atlassian. All Rights Reserved.