Skip to content

com.inscoper.nbo.ShutterSettings

Represents the XML element ShutterSettings. More...

Inherits from com.inscoper.nbo.Settings_Type, com.inscoper.nbo.Reference_Type, com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
ShutterSettings()
String getTypeName()
Returns the class type name.
String getXMLName()
Returns the XML element name corresponding to this class.
ENBOType getNBOType()
Returns the NBO Type corresponding to this class.
NBOBaseClassVector getChildren()
Returns a list of all classes derived from this class.
NBOBaseClassVector getSubElements()
Returns a list of all child elements contained in this class.
void fromJsonFile(String path, boolean validate)
Populates this object from a JSON file.
void fromJsonFile(String path)
Populates this object from a JSON file.
void fromJsonString(String json_string, boolean validate)
Populates this object from a JSON string.
void fromJsonString(String json_string)
Populates this object from a JSON string.
void fromXmlFile(String path, boolean validate)
Populates this object from a XML file.
void fromXmlFile(String path)
Populates this object from a XML file.
void fromXmlString(String xml_string, boolean validate)
Populates this object from a XML string.
void fromXmlString(String xml_string)
Populates this object from a XML string.
void toXmlFile(String filename, boolean validate)
Serializes this object to an XML file.
void toXmlFile(String filename)
Serializes this object to an XML file.
String toXmlString(boolean validate)
Serializes this object to an XML string.
String toXmlString()
Serializes this object to an XML string.
void setID(OpticalApertureID_Type value, boolean validate)
Sets the value of the ID attribute.
void setID(OpticalApertureID_Type value)
Sets the value of the ID attribute.
OpticalApertureID_Type getID()
Returns the value of the ID attribute.
void resetID()
Resets the ID attribute to an unset state.
boolean hasID()
Checks whether the optional ID attribute is present.
void setOpenDuringZMovement(boolean value, boolean validate)
Sets the value of the OpenDuringZMovement attribute.
void setOpenDuringZMovement(boolean value)
Sets the value of the OpenDuringZMovement attribute.
boolean getOpenDuringZMovement()
Returns the value of the OpenDuringZMovement attribute.
void resetOpenDuringZMovement()
Resets the OpenDuringZMovement attribute to an unset state.
boolean hasOpenDuringZMovement()
Checks whether the OpenDuringZMovement attribute is present.
void setApertureDiameter(float value, boolean validate)
Sets the value of the ApertureDiameter attribute.
void setApertureDiameter(float value)
Sets the value of the ApertureDiameter attribute.
float getApertureDiameter()
Returns the value of the ApertureDiameter attribute.
void resetApertureDiameter()
Resets the ApertureDiameter attribute to an unset state.
boolean hasApertureDiameter()
Checks whether the ApertureDiameter attribute is present.
void setApertureDiameterUnit(UnitsLength_Type value, boolean validate)
Sets the value of the ApertureDiameterUnit attribute.
void setApertureDiameterUnit(UnitsLength_Type value)
Sets the value of the ApertureDiameterUnit attribute.
UnitsLength_Type getApertureDiameterUnit()
Returns the value of the ApertureDiameterUnit attribute.
void resetApertureDiameterUnit()
Resets the ApertureDiameterUnit attribute to an unset state.
boolean hasApertureDiameterUnit()
Checks whether the optional ApertureDiameterUnit attribute is present.
void setMode(ShutterMode_Type value, boolean validate)
Sets the value of the Mode attribute.
void setMode(ShutterMode_Type value)
Sets the value of the Mode attribute.
ShutterMode_Type getMode()
Returns the value of the Mode attribute.
void resetMode()
Resets the Mode attribute to an unset state.
boolean hasMode()
Checks whether the optional Mode attribute is present.
ShutterSettings __internal_create(long cPtr, boolean own)
ShutterSettings fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a ShutterSettings.

Protected Functions

Name
ShutterSettings(long cPtr, boolean cMemoryOwn)
void swigSetCMemOwn(boolean own)
void finalize()
long getCPtr(ShutterSettings obj)

Additional inherited members

Public Functions inherited from com.inscoper.nbo.Settings_Type

Name
Settings_Type()
void setMapAnnotation_List(MapAnnotationVector value, boolean validate)
Sets the list of MapAnnotation elements.
void setMapAnnotation_List(MapAnnotationVector value)
Sets the list of MapAnnotation elements.
MapAnnotationVector getMapAnnotation_List()
Returns the list of MapAnnotation elements.
void addToMapAnnotation_List(MapAnnotation value, boolean validate)
Adds a new MapAnnotation element to this object.
void addToMapAnnotation_List(MapAnnotation value)
Adds a new MapAnnotation element to this object.
void clearMapAnnotation_List()
Clear the list of MapAnnotation.
void setAdditionalVendorInformation_List(AdditionalVendorInformationVector value, boolean validate)
Sets the list of AdditionalVendorInformation elements.
void setAdditionalVendorInformation_List(AdditionalVendorInformationVector value)
Sets the list of AdditionalVendorInformation elements.
AdditionalVendorInformationVector getAdditionalVendorInformation_List()
Returns the list of AdditionalVendorInformation elements.
void addToAdditionalVendorInformation_List(AdditionalVendorInformation value, boolean validate)
Adds a new AdditionalVendorInformation element to this object.
void addToAdditionalVendorInformation_List(AdditionalVendorInformation value)
Adds a new AdditionalVendorInformation element to this object.
void clearAdditionalVendorInformation_List()
Clear the list of AdditionalVendorInformation.

Protected Functions inherited from com.inscoper.nbo.Settings_Type

Name
Settings_Type(long cPtr, boolean cMemoryOwn)

Public Functions inherited from com.inscoper.nbo.Reference_Type

Name
Reference_Type()

Protected Functions inherited from com.inscoper.nbo.Reference_Type

Name
Reference_Type(long cPtr, boolean cMemoryOwn)

Protected Functions inherited from com.inscoper.nbo.NBOBaseClass

Name
NBOBaseClass(long cPtr, boolean cMemoryOwn)

Detailed Description

public class com.inscoper.nbo.ShutterSettings;

Represents the XML element ShutterSettings.

This element holds the Setting applied to a Shutter used in the Light Path during the acquisition of this Channel as well as a reference (the ID attribute) to the Shutter in question.

Public Functions Documentation

function delete

function ShutterSettings

function getTypeName

function getXMLName

function getNBOType

function getChildren

function getSubElements

function fromJsonFile

function fromJsonFile

function fromJsonString

function fromJsonString

function fromXmlFile

function fromXmlFile

function fromXmlString

function fromXmlString

function toXmlFile

function toXmlFile

function toXmlString

function toXmlString

function setID

function setID

function getID

function resetID

function hasID

function setOpenDuringZMovement

function setOpenDuringZMovement

function getOpenDuringZMovement

function resetOpenDuringZMovement

function hasOpenDuringZMovement

function setApertureDiameter

function setApertureDiameter

function getApertureDiameter

function resetApertureDiameter

function hasApertureDiameter

function setApertureDiameterUnit

function setApertureDiameterUnit

function getApertureDiameterUnit

function resetApertureDiameterUnit

function hasApertureDiameterUnit

function setMode

function setMode

function getMode

function resetMode

function hasMode

function __internal_create

function fromBase

Protected Functions Documentation

function ShutterSettings

function swigSetCMemOwn

function finalize

function getCPtr