public class ExtendedPropertyName extends ExtendedPropertyTag
| Constructor and Description |
|---|
ExtendedPropertyName()
Instantiates a new extended property name.
|
ExtendedPropertyName(java.lang.String name,
byte[] guid)
Instantiates a new extended property name.
|
ExtendedPropertyName(java.lang.String name,
byte[] guid,
PropertyType type)
Instantiates a new extended property name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name.
|
void |
setName(java.lang.String name)
Sets the name.
|
java.lang.String |
toString() |
getGuid, getType, setGuid, setTypepublic ExtendedPropertyName()
public ExtendedPropertyName(java.lang.String name,
byte[] guid)
name - the nameguid - the guidpublic ExtendedPropertyName(java.lang.String name,
byte[] guid,
PropertyType type)
name - the nameguid - the guidtype - the type