Interface Coded

All Known Subinterfaces:
AbstractTypeContract, ActivityTypeContract, AppointmentTypeContract, BudgetCategoryContract, BudgetCategoryTypeContract, CountryContract, CustomAttributeDataTypeContract, DegreeTypeContract, ExemptionTypeContract, FormulatedTypeContract, InvestigatorCreditTypeContract, JobCodeContract, NarrativeStatusContract, NarrativeTypeContract, NoticeOfOpportunityContract, ProposalStateContract, ProposalTypeContract, PropPerDocTypeContract, RateClassContract, RateClassTypeContract, S2sProviderContract, S2sRevisionTypeContract, S2sSubmissionTypeContract, ScienceKeywordContract, SpecialReviewApprovalTypeContract, SpecialReviewTypeContract, SponsorTypeContract, StateContract, UnitAdministratorTypeContract

public interface Coded
Represents an object which has a code value.
  • Method Summary

    Modifier and Type
    Method
    Description
    The code value for this object.
  • Method Details

    • getCode

      String getCode()
      The code value for this object. In general a code value cannot be null or a blank string.
      Returns:
      the code value for this object.