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(java.lang.String name, java.util.Collection<ImportedProperty> values)
           
 
Method Summary
 java.util.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(java.lang.String name,
                          java.util.Collection<ImportedProperty> values)
Method Detail

getValues

public java.util.Collection<ImportedProperty> getValues()


Copyright © 2003-2014 Atlassian. All Rights Reserved.