Package eu.ess.bled.devices.lattice
Class BeamlineElementProperty
java.lang.Object
eu.ess.bled.devices.lattice.BeamlineElementProperty
- All Implemented Interfaces:
BLEDEntity
,Serializable
BeamlineElementProperty
represents an additional property that
can be defined for one beamline element. The property represents an abstract
entity, and does not have any relation to any element in the system. It
servers merely as a description of the entity. The property is realized
through the BeamlineElementPropertyValue
, which represents a concrete
property and value of one BeamlineElement
.- Author:
- Jaka Bobnar
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
PropertyType
defines the type of the property value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setDescription
(String description) void
void
setPropertyType
(BeamlineElementProperty.PropertyType propertyType)
-
Constructor Details
-
BeamlineElementProperty
public BeamlineElementProperty()
-
-
Method Details
-
getId
-
getName
-
setName
-
getDescription
-
setDescription
-
getPropertyType
-
setPropertyType
-