Uses of Enum Class
com.ads.api.beans.kv.KeyValue.UIType
Packages that use KeyValue.UIType
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to KeyValue.
-
Uses of KeyValue.UIType in com.ads.api.beans.kv
Methods in com.ads.api.beans.kv that return KeyValue.UITypeModifier and TypeMethodDescriptionstatic KeyValue.UITypeKeyValue.getUiType()Returns the uiType Value.KeyValue.getUIType()Returns the uiType Value.static KeyValue.UITypeReturns the enum constant of this class with the specified name.static KeyValue.UIType[]KeyValue.UIType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.api.beans.kv with parameters of type KeyValue.UITypeModifier and TypeMethodDescriptionvoidKeyValue.setUiType(KeyValue.UIType uiType) Method sets the uiType value.voidKeyValue.setUIType(KeyValue.UIType uiType) Method sets the uiType value.Constructors in com.ads.api.beans.kv with parameters of type KeyValue.UITypeModifierConstructorDescriptionKeyValue(String key, String value, String valueRefId, KeyValue.UIType uIType)