global class DescribeLayoutItem { global Boolean editablefornew; global Boolean editableforupdate; global String label; global List layoutcomponents; global Boolean placeholder; global Boolean required; global String getLabel() { } global List getLayoutComponents() { } global Boolean isEditableForNew() { } global Boolean isEditableForUpdate() { } global Boolean isPlaceholder() { } global Boolean isRequired() { } }