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


public interface Choice<T>


Method Summary
 java.util.List<Choice<T>> getChoice()
           
 java.lang.String getDisplayName()
           
 java.util.List<T> getValue()
           
 

Method Detail

getDisplayName

java.lang.String getDisplayName()

getValue

java.util.List<T> getValue()

getChoice

java.util.List<Choice<T>> getChoice()


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