Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: AIR 30.0 y versiones anteriores, Flash Player 30.0 y versiones anteriores, Flash Lite 4
Flex 4.6 y versiones anteriores, Flash Pro CS6 y versiones anteriores
Ocultar filtros
mx.olap 

OLAPElement  - AS3 Flex

Paquetemx.olap
Clasepublic class OLAPElement
HerenciaOLAPElement Inheritance Proxy
Implementa IOLAPElement
Subclases OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The OLAPElement class defines a base interface that provides common properties for all OLAP elements.

Sintaxis MXMLexpandedOcultar sintaxis MXML

The <mx:OLAPElement> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

  <mx:OLAPElement
    Properties
    dimensions=""
    name=""
  />
 
  

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
  dimension : IOLAPDimension
The dimension to which this element belongs.
OLAPElement
  displayName : String
The name of the OLAP element, as a String, which can be used for display.
OLAPElement
  name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element.
OLAPElement
  uniqueName : String
[solo lectura] The unique name of the OLAP element in the cube.
OLAPElement
Métodos públicos
 MétodoDefinido por
  
OLAPElement(name:String = null, displayName:String = null)
Constructor
OLAPElement
  
Returns the unique name of the element.
OLAPElement
Información sobre propiedades

dimension

propiedad
dimension:IOLAPDimension

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The dimension to which this element belongs.



Implementación
    public function get dimension():IOLAPDimension
    public function set dimension(value:IOLAPDimension):void

displayName

propiedad 
displayName:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The name of the OLAP element, as a String, which can be used for display.



Implementación
    public function get displayName():String
    public function set displayName(value:String):void

name

propiedad 
name:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The name of the OLAP element that includes the OLAP schema hierarchy of the element. For example, "Time_Year" is the name of the OLAP element, where "Year" is a level of the "Time" dimension in an OLAP schema.



Implementación
    public function get name():String
    public function set name(value:String):void

uniqueName

propiedad 
uniqueName:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The unique name of the OLAP element in the cube. For example, "[Time][Year][2007]" is a unique name, where 2007 is the element name belonging to the "Year" level of the "Time" dimension.



Implementación
    public function get uniqueName():String
Información sobre constructores

OLAPElement

()Información sobre
public function OLAPElement(name:String = null, displayName:String = null)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Constructor

Parámetros
name:String (default = null) — The name of the OLAP element that includes the OLAP schema hierarchy of the element. For example, "Time_Year", where "Year" is a level of the "Time" dimension in an OLAP schema.
 
displayName:String (default = null) — The name of the OLAP element, as a String, which can be used for display.
Información sobre métodos

toString

()método
public function toString():String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Returns the unique name of the element.

Valor devuelto
String — The unique name of the element.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.