속성 제한조건 가져오기

다음을 참조하십시오.

RAMAssetType.getAttributeConstraints() 메소드를 사용하여 자산 유형에서 속성 제한조건 세트(사용 가능한 및 필수 자산 속성)를 가져올 수 있습니다.

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

피드백