org.apache.chemistry.opencmis.commons.definitions
Interface Choice<T>


public interface Choice<T>


Method Summary
 List<Choice<T>> getChoice()
           
 String getDisplayName()
           
 List<T> getValue()
           
 

Method Detail

getDisplayName

String getDisplayName()

getValue

List<T> getValue()

getChoice

List<Choice<T>> getChoice()


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.