Class NodeId.StringIdFactory
java.lang.Object
com.inductiveautomation.ignition.common.tags.NodeId.StringIdFactory
- All Implemented Interfaces:
NodeId.IdFactory
- Enclosing class:
- NodeId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String value) newId()
newId
(Serializable name) Override this in other factories to be able to specify something other than UUID, based on the passed nameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.common.tags.NodeId.IdFactory
newChildId
-
Constructor Details
-
StringIdFactory
public StringIdFactory()
-
-
Method Details
-
newId
- Specified by:
newId
in interfaceNodeId.IdFactory
-
newId
Description copied from interface:NodeId.IdFactory
Override this in other factories to be able to specify something other than UUID, based on the passed name- Specified by:
newId
in interfaceNodeId.IdFactory
-
fromString
- Specified by:
fromString
in interfaceNodeId.IdFactory
-