パッケージ | com.adobe.solutions.exm.method |
クラス | public class FunctionVO |
継承 | FunctionVO Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
description : String
The verbose description of the function. | FunctionVO | ||
displayName : String
The human-readable name of the function. | FunctionVO | ||
family : FunctionFamilyVO
The family (group) the function belongs to. | FunctionVO | ||
localName : String
The local-name to be used for the function inside an expression. | FunctionVO | ||
parameters : IList
The list of input parameters (FunctionParameterVO instances) for this function. | FunctionVO | ||
prefix : String
The prefix to be used for the function inside an expression. | FunctionVO | ||
returnType : String
The return-type of the function (String, Number, etc.). | FunctionVO |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Creates a new FunctionVO instance. | FunctionVO | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
description | プロパティ |
public var description:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The verbose description of the function.
displayName | プロパティ |
public var displayName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The human-readable name of the function.
family | プロパティ |
public var family:FunctionFamilyVO
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The family (group) the function belongs to.
localName | プロパティ |
public var localName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The local-name to be used for the function inside an expression.
parameters | プロパティ |
public var parameters:IList
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The list of input parameters (FunctionParameterVO instances) for this function.
prefix | プロパティ |
public var prefix:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The prefix to be used for the function inside an expression.
returnType | プロパティ |
public var returnType:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The return-type of the function (String, Number, etc.).
コンストラクターの詳細
FunctionVO | () | コンストラクター |
public function FunctionVO()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Creates a new FunctionVO instance.
Tue Jun 12 2018, 10:34 AM Z