Class TagTypeDescriptor
- java.lang.Object
-
- com.inductiveautomation.ignition.common.tags.config.TagTypeDescriptor
-
- All Implemented Interfaces:
java.io.Serializable
public class TagTypeDescriptor extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TagTypeDescriptor
FOLDER
static TagTypeDescriptor
UDT_INST
static TagTypeDescriptor
UDT_TYPE
-
Constructor Summary
Constructors Constructor Description TagTypeDescriptor(TagObjectType type)
TagTypeDescriptor(TagObjectType type, java.lang.String subId, LocalizedString displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
LocalizedString
getDisplayName()
TagObjectType
getObjectType()
java.lang.String
getSubId()
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
FOLDER
public static final TagTypeDescriptor FOLDER
-
UDT_INST
public static final TagTypeDescriptor UDT_INST
-
UDT_TYPE
public static final TagTypeDescriptor UDT_TYPE
-
-
Constructor Detail
-
TagTypeDescriptor
public TagTypeDescriptor(TagObjectType type)
-
TagTypeDescriptor
public TagTypeDescriptor(TagObjectType type, java.lang.String subId, LocalizedString displayName)
-
-
Method Detail
-
getObjectType
public TagObjectType getObjectType()
-
getSubId
public java.lang.String getSubId()
- Returns:
- the ValueSource property for atomic tags, and the TypeId (udt parent definition) for UDT tags
-
getDisplayName
public LocalizedString getDisplayName()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-