public class PropertyTag extends ExtendedPropertyPath
| Constructor and Description |
|---|
PropertyTag()
Initializes a new instance of the PropertyTag class.
|
PropertyTag(int tag,
MapiPropertyType type)
Initializes a new instance of the PropertyTag class.
|
PropertyTag(long tag)
Initializes a new instance of the PropertyTag class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTag()
Gets the property tag without the type part of the tag.
|
MapiPropertyType |
getType()
Gets the property type of a property tag.
|
boolean |
isEqual(ExtendedPropertyPath propertyPath)
Checks if is equal.
|
void |
setTag(int tag)
Sets the property tag without the type part of the tag.
|
void |
setType(MapiPropertyType type)
Sets the property type of a property tag.
|
java.lang.String |
toString()
Converts the value of the current PropertyTag object to its equivalent string
representation.
|
public PropertyTag()
public PropertyTag(long tag)
tag - the tagpublic PropertyTag(int tag,
MapiPropertyType type)
tag - the tagtype - the typepublic boolean isEqual(ExtendedPropertyPath propertyPath)
ExtendedPropertyPathisEqual in class ExtendedPropertyPathpropertyPath - the property pathpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getTag()
public void setTag(int tag)
tag - the new tagpublic MapiPropertyType getType()
public void setType(MapiPropertyType type)
type - the new type