Package com.smeup.kokos.sdk.model.data
Enum Class SmeupDataStructureType
- All Implemented Interfaces:
Serializable,Comparable<SmeupDataStructureType>,Constable
- Author:
- mattia.bonardi List of all SmeupDataStructure supported
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSmeupDataTable - Data structure based on grid and rowsSmeupSch - Data structure that represent the UI and the disposition of the fieldsSmeupFeedback - Data structure based on messagesFreeData - Free data structureSmeupDataTree - Data structure based on grid and tree structure -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SmeupDataStructureTypegetFromCode(String code) Return the SmeupDataStructureType by its codestatic SmeupDataStructureTypegetFromDescription(String description) Return the SmeupDataStructureType by its descriptionClass<? extends SmeupDataStructure> static SmeupDataStructureTypeReturns the enum constant of this class with the specified name.static SmeupDataStructureType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EXB
SmeupDataTable - Data structure based on grid and rows -
TRE
SmeupDataTree - Data structure based on grid and tree structure -
FBK
SmeupFeedback - Data structure based on messages -
EXD
SmeupSch - Data structure that represent the UI and the disposition of the fields -
FRE
FreeData - Free data structure -
RAW
-
-
Field Details
-
FREE_DATASTRUCTURE_CODE
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getFromCode
Return the SmeupDataStructureType by its code- Parameters:
code- code- Returns:
- SmeupDataStructureType
-
getFromDescription
Return the SmeupDataStructureType by its description- Parameters:
description- description- Returns:
- SmeupDataStructureType
-
getDescription
-
getManagementClass
-