java.lang.Object
com.genologics.ri.stepconfiguration.GenericTypeLink
- All Implemented Interfaces:
Serializable
Generic-type is a lockable child element that provides a name linking an entity to the step.
- Since:
- 2.25
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets whether this generic type link is locked.getValue()Gets the value of the generic type link.voidSets whether this generic type link is locked.voidSets the value of the generic type link.toString()Returns a string representation of this generic type link.
-
Field Details
-
value
The value of the generic type link. -
locked
Indicates whether this generic type link is locked.
-
-
Constructor Details
-
GenericTypeLink
public GenericTypeLink()Default constructor. -
GenericTypeLink
Constructor with value.- Parameters:
value- The value of the generic type link.
-
-
Method Details
-
getValue
Gets the value of the generic type link.- Returns:
- The value.
-
setValue
Sets the value of the generic type link.- Parameters:
value- The value.
-
getLocked
Gets whether this generic type link is locked.- Returns:
- True if locked, false otherwise.
-
setLocked
Sets whether this generic type link is locked.- Parameters:
locked- True to lock, false to unlock.
-
toString
Returns a string representation of this generic type link.
-