属性制約の取得

以下を参照してください。

アセット・タイプから、メソッド RAMAssetType.getAttributeConstraints() を使用することにより、属性制約 (使用可能なアセット属性および必須のアセット属性) のセットを取得することができます。

                //Get all Asset Type Attribute Constraints
                RAMAttributeConstraint[] attributeConstraints = assetType.getAttributeConstraints();

フィードバック