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

io.rtdi.bigdata.connector.properties.atomic.IPropertyValue Maven / Gradle / Ivy

There is a newer version: 0.10.20
Show newest version
package io.rtdi.bigdata.connector.properties.atomic;

import io.rtdi.bigdata.connector.pipeline.foundation.exceptions.PropertiesException;

public interface IPropertyValue extends IProperty, INamed {

	Object getValue();

	void parseValue(IProperty value, boolean ignorepasswords) throws PropertiesException;

	boolean hasValue();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy