Class ScannablePropertiesValue
java.lang.Object
uk.ac.gda.client.properties.stage.position.ScannablePropertiesValue
Describes a scannable position in the client properties
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe type of this will depend on the scannable referred to bygetScannableKeys().A hint for interpretinggetPosition().Identifies the scannable.inthashCode()voidsetPosition(Object position) voidsetPositionType(ScannablePropertiesValue.PositionType positionType) voidsetScannableKeys(ScannableKeys scannableKeys) voidsetScannableName(String scannableName)
-
Constructor Details
-
ScannablePropertiesValue
public ScannablePropertiesValue()
-
-
Method Details
-
getScannableName
-
setScannableName
-
getScannableKeys
Identifies the scannable. Ifnull, get the scannable name directly viagetScannableName() -
setScannableKeys
-
getPosition
The type of this will depend on the scannable referred to bygetScannableKeys().May be
null; seegetPositionType()for a hint on handling. -
setPosition
-
getPositionType
A hint for interpretinggetPosition(). -
setPositionType
-
hashCode
public int hashCode() -
equals
-