Mobile API Reference  MicroStrategy 2019
MSIDataElement.h
Go to the documentation of this file.
1 //
2 // DataElement.h
3 // MSTRMobile
4 //
5 // Created by Amirali Charania on 2/19/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIHeaderValue.h"
11 
16  NSString* elementID;
17  //we use int instead of Axis because Enum.h is not a public header file
18  int axis;
19 }
20 @property (nonatomic, strong) NSString* elementID;
21 @property (nonatomic) int axis;
22 - (NSString*)elementIDWithoutAttributeID;
23 
24 @end
Definition: MSIDataElement.h:15
Definition: MSIHeaderValue.h:11
int axis
Definition: MSIDataElement.h:18
NSString * elementID
Definition: MSIDataElement.h:16