Package com.independentsoft.msg
Class ExtendedPropertyName
java.lang.Object
com.independentsoft.msg.ExtendedPropertyTag
com.independentsoft.msg.ExtendedPropertyName
-
Field Summary
Fields inherited from class com.independentsoft.msg.ExtendedPropertyTag
guid, type -
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of theExtendedPropertyNameclass.ExtendedPropertyName(String name, byte[] guid)Initializes a new instance of theExtendedPropertyNameclass.ExtendedPropertyName(String name, byte[] guid, PropertyType type)Initializes a new instance of theExtendedPropertyNameclass. -
Method Summary
Methods inherited from class com.independentsoft.msg.ExtendedPropertyTag
getGuid, getType, setGuid, setType
-
Constructor Details
-
ExtendedPropertyName
public ExtendedPropertyName()Initializes a new instance of theExtendedPropertyNameclass. -
ExtendedPropertyName
Initializes a new instance of theExtendedPropertyNameclass.- Parameters:
name- the nameguid- the unique identifier
-
ExtendedPropertyName
Initializes a new instance of theExtendedPropertyNameclass.- Parameters:
name- the nameguid- the unique identifiertype- the type
-
-
Method Details