XuniPropertyInfo Class Reference

Inherits from NSObject
Declared in Util.h

Overview

Class XuniPropertyInfo.

  isReadOnly

@exclude

@property (nonatomic) bool isReadOnly

Discussion

@exclude

Declared In

Util.h

  name

@exclude

@property (nonatomic) NSString *name

Discussion

@exclude

Declared In

Util.h

  dataType

@exclude

@property (nonatomic) XuniDataType dataType

Discussion

@exclude

Declared In

Util.h

– initWithName:

Initialize an object for XuniPropertyInfo.

- (id)initWithName:(NSString *)name

Parameters

name

the specified name.

Return Value

an object for XuniPropertyInfo.

Discussion

Initialize an object for XuniPropertyInfo.

Declared In

Util.h

– initWithName:dataType:

Initialize an object for XuniPropertyInfo.

- (id)initWithName:(NSString *)name dataType:(XuniDataType)dataType

Parameters

name

the specified name.

dataType

the specified dataType.

Return Value

an object for XuniPropertyInfo.

Discussion

Initialize an object for XuniPropertyInfo.

Declared In

Util.h

– initWithName:dataType:andReadOnly:

Initialize an object for XuniPropertyInfo.

- (id)initWithName:(NSString *)name dataType:(XuniDataType)dataType andReadOnly:(bool)readOnly

Parameters

name

the specified name.

dataType

the specified dataType.

readOnly

true if the property is read only.

Return Value

an object for XuniPropertyInfo.

Discussion

Initialize an object for XuniPropertyInfo.

Declared In

Util.h

– parseAttributes:

Parse attributes from the string.

- (void)parseAttributes:(NSString *)attr

Parameters

attr

the string to parse.

Discussion

Parse attributes from the string.

Declared In

Util.h