Package energy.eddie.api.cim.config
Interface CommonInformationModelConfiguration
- All Known Implementing Classes:
PlainCommonInformationModelConfiguration
public interface CommonInformationModelConfiguration
Configuration for the CIM. This is used to provide needed configuration values for creating CIM documents.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThis ID is used to identify the eligible party when the region does not provide an ID for the eligible party.energy.eddie.cim.v0_82.vhd.CodingSchemeTypeListThe coding scheme identifies which country the eligible party is located in.
-
Field Details
-
CIM
- See Also:
-
ELIGIBLE_PARTY
- See Also:
-
ELIGIBLE_PARTY_NATIONAL_CODING_SCHEME_KEY
- See Also:
-
ELIGIBLE_PARTY_FALLBACK_ID_KEY
- See Also:
-
-
Method Details
-
eligiblePartyNationalCodingScheme
energy.eddie.cim.v0_82.vhd.CodingSchemeTypeList eligiblePartyNationalCodingScheme()The coding scheme identifies which country the eligible party is located in.- Returns:
- The coding scheme for a specific country (e.g. "NAT" for Austria)
-
eligiblePartyFallbackId
String eligiblePartyFallbackId()This ID is used to identify the eligible party when the region does not provide an ID for the eligible party.- Returns:
- The fallback ID for the eligible party
-