All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.org.consumerdatastandards.holder.model.energy.ParamAccountOpenStatus Maven / Gradle / Ivy

The newest version!
package au.org.consumerdatastandards.holder.model.energy;

/**
* Used to filter results according to open/closed status. Values can be OPEN, CLOSED or ALL. If absent then ALL is assumed
*/
public enum ParamAccountOpenStatus {

    ALL,
    
    CLOSED,
    
    OPEN
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy