public class PropertyName extends ExtendedPropertyPath
| Constructor and Description |
|---|
PropertyName()
Initializes a new instance of the PropertyName class.
|
PropertyName(java.lang.String name)
Initializes a new instance of the PropertyName class.
|
PropertyName(java.lang.String name,
StandardPropertySet set)
Initializes a new instance of the PropertyName class.
|
PropertyName(java.lang.String name,
StandardPropertySet set,
MapiPropertyType type)
Initializes a new instance of the PropertyName class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets property name.
|
StandardPropertySet |
getSet()
Gets property set.
|
MapiPropertyType |
getType()
Gets the property type.
|
boolean |
isEqual(ExtendedPropertyPath propertyPath)
Checks if is equal.
|
void |
setName(java.lang.String name)
Sets property name.
|
void |
setSet(StandardPropertySet set)
Sets property set.
|
void |
setType(MapiPropertyType type)
Sets the property type.
|
java.lang.String |
toString()
Converts the value of the current PropertyName object to its equivalent string representation.
|
public PropertyName()
public PropertyName(java.lang.String name)
name - the namepublic PropertyName(java.lang.String name,
StandardPropertySet set)
name - the nameset - the setpublic PropertyName(java.lang.String name,
StandardPropertySet set,
MapiPropertyType type)
name - the nameset - the settype - the typepublic boolean isEqual(ExtendedPropertyPath propertyPath)
ExtendedPropertyPathisEqual in class ExtendedPropertyPathpropertyPath - the property pathpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic StandardPropertySet getSet()
public void setSet(StandardPropertySet set)
set - the new sets thepublic MapiPropertyType getType()
public void setType(MapiPropertyType type)
type - the new type