org.unlaxer.jaddress.model.ZeroOrOneOfIntegerValue Maven / Gradle / Ivy
package org.unlaxer.jaddress.model;
public interface ZeroOrOneOfIntegerValue extends MinIntegerValue , MaxIntegerValue{
@Override
default int maxIntegerValue() {
return 1;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy