global class SObjectField {
|
/**
|
* Return the describe information for this field
|
*/
|
global Schema.DescribeFieldResult getDescribe(Object options) { }
|
/**
|
* Return the describe information for this field
|
*/
|
global Schema.DescribeFieldResult getDescribe() { }
|
|
}
|