Uses of Class
com.endeca.itl.cas.api.ModulePropertySpecEnumValue

Packages that use ModulePropertySpecEnumValue
com.endeca.itl.cas.api   
 

Uses of ModulePropertySpecEnumValue in com.endeca.itl.cas.api
 

Methods in com.endeca.itl.cas.api that return types with arguments of type ModulePropertySpecEnumValue
 List<ModulePropertySpecEnumValue> ModulePropertySpec.getModulePropertySpecEnumValueList()
           
 

Method parameters in com.endeca.itl.cas.api with type arguments of type ModulePropertySpecEnumValue
 void ModulePropertySpec.setModulePropertySpecEnumValueList(List<ModulePropertySpecEnumValue> value)
           
 

Constructors in com.endeca.itl.cas.api with parameters of type ModulePropertySpecEnumValue
ModulePropertySpec(String name, QName type, Boolean required, ModulePropertySpecEnumValue[] enumValues)
           
ModulePropertySpec(String name, QName type, Boolean required, String description, String displayName, String defaultValue, ModulePropertySpecEnumValue[] enumValues, Integer maxLength, String maxValue, String minValue)
           
ModulePropertySpec(String name, QName type, Boolean required, String description, String displayName, String defaultValue, ModulePropertySpecEnumValue[] enumValues, Integer maxLength, String maxValue, String minValue, Boolean multiValue, Boolean password, Boolean multiLine, Boolean alwaysShow)
           
 



Copyright © 2011 Endeca. All Rights Reserved.