fiftyone.devicedetection.hash.engine.onpremise.interop.swig.PropertyMetaDataSwig Maven / Gradle / Ivy
The newest version!
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.2
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package fiftyone.devicedetection.hash.engine.onpremise.interop.swig;
public class PropertyMetaDataSwig {
private transient long swigCPtr;
protected transient boolean swigCMemOwn;
protected PropertyMetaDataSwig(long cPtr, boolean cMemoryOwn) {
swigCMemOwn = cMemoryOwn;
swigCPtr = cPtr;
}
protected static long getCPtr(PropertyMetaDataSwig obj) {
return (obj == null) ? 0 : obj.swigCPtr;
}
@SuppressWarnings("deprecation")
protected void finalize() {
delete();
}
public synchronized void delete() {
if (swigCPtr != 0) {
if (swigCMemOwn) {
swigCMemOwn = false;
DeviceDetectionHashEngineModuleJNI.delete_PropertyMetaDataSwig(swigCPtr);
}
swigCPtr = 0;
}
}
public String getName() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getName(swigCPtr, this);
}
public VectorStringSwig getDataFilesWherePresent() {
return new VectorStringSwig(DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getDataFilesWherePresent(swigCPtr, this), true);
}
public String getType() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getType(swigCPtr, this);
}
public String getCategory() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getCategory(swigCPtr, this);
}
public String getUrl() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getUrl(swigCPtr, this);
}
public boolean getAvailable() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getAvailable(swigCPtr, this);
}
public int getDisplayOrder() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getDisplayOrder(swigCPtr, this);
}
public boolean getIsMandatory() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getIsMandatory(swigCPtr, this);
}
public boolean getIsList() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getIsList(swigCPtr, this);
}
public boolean getIsObsolete() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getIsObsolete(swigCPtr, this);
}
public boolean getShow() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getShow(swigCPtr, this);
}
public boolean getShowValues() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getShowValues(swigCPtr, this);
}
public String getDescription() {
return DeviceDetectionHashEngineModuleJNI.PropertyMetaDataSwig_getDescription(swigCPtr, this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy