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 IAttributeIDimension.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 TypeMethodDescriptionvoidIDimension.addAttributeValues(IAttribute attribute, IElement[] elements, Object[] values) Writes the attribute values for these elementsdefault voidIDimension.createVirtualDimension(IAttribute attribute) Creates a virtual dimension specified by a dimension attribute.voidIDimension.removeAttributes(IAttribute[] attributes) Removes the attributesvoidIDimension.removeAttributeValues(IAttribute attribute, IElement[] elements) Removes the attribute values for these elements in this dimension, for the given language in the attribute.default voidIDimension.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 TypeMethodDescriptionvoidDimensionHandler.activateVirtualDimension(int databaseId, int id, IAttribute attribute, boolean activate) voidDimension.addAttributeValues(IAttribute attribute, IElement[] elements, Object[] values) voidDimension.createVirtualDimension(IAttribute attribute) voidDimension.removeAttributes(IAttribute[] attributes) voidDimension.removeAttributeValues(IAttribute attribute, IElement[] elements) voidDimension.removeVirtualDimension(IAttribute attribute)