Uses of Enum Class
com.jedox.palojlib.interfaces.IElement.ElementType
Packages that use IElement.ElementType
-
Uses of IElement.ElementType in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IElement.ElementTypeModifier and TypeMethodDescriptionIAttribute.getType()
get the type of the attribute, same types as the elementIElement.ElementType
IElement.getType()
Get the type of the elementIElement.ElementType
static IElement.ElementType
Returns the enum constant of this class with the specified name.static IElement.ElementType[]
IElement.ElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jedox.palojlib.interfaces with parameters of type IElement.ElementTypeModifier and TypeMethodDescriptionvoid
IDimension.addAttribute
(String name, IElement.ElementType type) Create one attribute, this method does not invalidate the cache.void
IDimension.addAttributes
(String[] names, IElement.ElementType[] types) Create new attributes in this dimensionIDimension.addBaseElement
(String name, IElement.ElementType type) Create one element, this method does not invalidate the cache.void
IDimension.addElements
(String[] names, IElement.ElementType[] types) Create a list of elementsvoid
IDimension.updateElementsType
(IElement[] elements, IElement.ElementType type) update the types of the elements, only ElementTypes type string and numeric can be usedIElement.ElementType
. -
Uses of IElement.ElementType in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return IElement.ElementTypeMethods in com.jedox.palojlib.main with parameters of type IElement.ElementTypeModifier and TypeMethodDescriptionvoid
Dimension.addAttribute
(String name, IElement.ElementType type) void
Dimension.addAttributes
(String[] names, IElement.ElementType[] types) Dimension.addBaseElement
(String name, IElement.ElementType type) DimensionHandler.addBaseElement
(Database database, int id, String name, IElement.ElementType elementType) void
Dimension.addElements
(String[] names, IElement.ElementType[] types) void
DimensionHandler.addElements
(int databaseId, int id, String[] names, IElement.ElementType[] types) protected void
Element.setType
(IElement.ElementType type) void
Dimension.updateElementsType
(IElement[] elements, IElement.ElementType type) Constructors in com.jedox.palojlib.main with parameters of type IElement.ElementTypeModifierConstructorDescriptionprotected
Attribute
(Dimension dimension, int id, String name, IElement language, IElement.ElementType elementType) protected
Element
(Dimension dimension, int id, String name, IElement.ElementType type, int position, int[] parentsIds, int[] childrenIds, double[] weights, int dimensionToken, String permission, boolean hiddenFiltered)