Uses of Interface
com.jedox.palojlib.interfaces.IAttribute
Packages that use IAttribute
-
Uses of IAttribute in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IAttributeModifier and TypeMethodDescriptionIDimension.getAttributeByName
(String name) Get an attribute using its namedefault IAttribute
IDimension.getAttributeByName
(String name, String language) IDimension.getAttributes()
Get a list of attributes for this dimensionMethods in com.jedox.palojlib.interfaces that return types with arguments of type IAttributeMethods in com.jedox.palojlib.interfaces with parameters of type IAttributeModifier and TypeMethodDescriptionvoid
IDimension.addAttributeValues
(IAttribute attribute, IElement[] elements, Object[] values) Writes the attribute values for these elementsdefault void
IDimension.createVirtualDimension
(IAttribute attribute) Creates a virtual dimension specified by a dimension attribute.void
IDimension.removeAttributes
(IAttribute[] attributes) Removes the attributesvoid
IDimension.removeAttributeValues
(IAttribute attribute, IElement[] elements) Removes the attribute values for these elements in this dimension, for the given language in the attribute.default void
IDimension.removeVirtualDimension
(IAttribute attribute) Removes a virtual dimension specified by a dimension attribute. -
Uses of IAttribute in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IAttributeMethods in com.jedox.palojlib.main that return IAttributeModifier and TypeMethodDescriptionDimension.getAttributeByName
(String name) Dimension.getAttributeByName
(String name, String language) Dimension.getAttributes()
Methods in com.jedox.palojlib.main that return types with arguments of type IAttributeMethods in com.jedox.palojlib.main with parameters of type IAttributeModifier and TypeMethodDescriptionvoid
DimensionHandler.activateVirtualDimension
(int databaseId, int id, IAttribute attribute, boolean activate) void
Dimension.addAttributeValues
(IAttribute attribute, IElement[] elements, Object[] values) void
Dimension.createVirtualDimension
(IAttribute attribute) void
Dimension.removeAttributes
(IAttribute[] attributes) void
Dimension.removeAttributeValues
(IAttribute attribute, IElement[] elements) void
Dimension.removeVirtualDimension
(IAttribute attribute)