com.aspose.network.outlook
Class MapiPropertyName

java.lang.Object
  extended by com.aspose.network.outlook.MapiPropertyName

public class MapiPropertyName
extends Object

Represents the mapi named property.


Constructor Summary
MapiPropertyName(UUID uuid, Integer identifier)
          Create an instance of MapiPropertyName using specified data.
MapiPropertyName(UUID uuid, String name)
          Create an instance of MapiPropertyName using specified data.
 
Method Summary
 Integer getIdentifier()
          Gets the identifier of the property.
 String getName()
          Gets the name of the property.
 UUID getUUID()
          Gets the uuid of the property.
 boolean isNumeric()
          Indicates whether the property is numeric or not.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiPropertyName

public MapiPropertyName(UUID uuid,
                        Integer identifier)
Create an instance of MapiPropertyName using specified data.

Parameters:
uuid - property uuid
identifier - property identifier

MapiPropertyName

public MapiPropertyName(UUID uuid,
                        String name)
Create an instance of MapiPropertyName using specified data.

Parameters:
uuid - property uuid
name - property name
Method Detail

getUUID

public UUID getUUID()
Gets the uuid of the property.

Returns:
uuid of the property.

getIdentifier

public Integer getIdentifier()
Gets the identifier of the property.

Returns:
identifier of the property.

getName

public String getName()
Gets the name of the property.

Returns:
name of the property.

isNumeric

public boolean isNumeric()
Indicates whether the property is numeric or not.

Returns:
true if property s numeric, false otherwise.


Copyright © 2011 Aspose. All Rights Reserved.