XuniPropertyInfo クラス リファレンス

継承元 NSObject
定義先 Util.h

概要

XuniPropertyInfo クラス

  isReadOnly

@exclude

@property (nonatomic) bool isReadOnly

内容

@exclude

定義先

Util.h

  name

@exclude

@property (nonatomic) NSString *name

内容

@exclude

定義先

Util.h

  dataType

@exclude

@property (nonatomic) XuniDataType dataType

内容

@exclude

定義先

Util.h

– initWithName:

XuniPropertyInfo オブジェクトを初期化します。

- (id)initWithName:(NSString *)name

パラメータ

name

名前

戻り値

XuniPropertyInfo オブジェクト

内容

XuniPropertyInfo オブジェクトを初期化します。

定義先

Util.h

– initWithName:dataType:

XuniPropertyInfo オブジェクトを初期化します。

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

パラメータ

name

名前

dataType

データ型

戻り値

XuniPropertyInfo オブジェクト

内容

XuniPropertyInfo オブジェクトを初期化します。

定義先

Util.h

– initWithName:dataType:andReadOnly:

XuniPropertyInfo オブジェクトを初期会します。

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

パラメータ

name

名称

dataType

データ型

readOnly

読み込み専用の場合はtrue

戻り値

XuniPropertyInfo オブジェクト

内容

XuniPropertyInfo オブジェクトを初期会します。

定義先

Util.h

– parseAttributes:

文字列の属性を解析します。

- (void)parseAttributes:(NSString *)attr

パラメータ

attr

解析する文字列

内容

文字列の属性を解析します。

定義先

Util.h