io.github.apexdevtools.apexls.api.ApexField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apex-ls_2.13 Show documentation
Show all versions of apex-ls_2.13 Show documentation
Salesforce Apex static analysis toolkit
The newest version!
/*
* Copyright (c) 2022 FinancialForce.com, inc. All rights reserved.
*/
package io.github.apexdevtools.apexls.api;
public interface ApexField {
ApexType getOwner();
String getFieldName();
String getModifiers();
String getMemberType();
ApexTypeId getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy