Schema.DescribeFieldResult F = Account.Industry.getDescribe(); Schema.sObjectField T = F.getSObjectField();
The following are instance methods for sObjectField.
public Schema.DescribeFieldResult getDescribe()
public Schema.DescribeFieldResult getDescribe(Object options)
For example, AIConversationContext.PersonType field is a picklist that contains a list of accessible object types.