|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiPropertyName
public class MapiPropertyName
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 |
---|
public MapiPropertyName(UUID uuid, Integer identifier)
uuid
- property uuididentifier
- property identifierpublic MapiPropertyName(UUID uuid, String name)
uuid
- property uuidname
- property nameMethod Detail |
---|
public UUID getUUID()
public Integer getIdentifier()
public String getName()
public boolean isNumeric()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |