public abstract class PropertyDescriptor extends Object implements com.aspose.ms.System.IEquatable<PropertyDescriptor>
Class contains property description information.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified System.Object is equal to the current System.Object.
|
abstract boolean |
equals(PropertyDescriptor iPd)
Indicates whether the current object is equal to another object of the same type.
|
String |
getCanonicalName()
The name used to refer to the property in the documentation.
|
int |
getDataType()
The property value type, as described in [MS-OXCDATA], that specifies the type of values allowed for the property.
|
int |
hashCode()
Serves as a hash function for a type.
|
static boolean |
op_Equality(PropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
op_Inequality(PropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
|
public int getDataType()
The property value type, as described in [MS-OXCDATA], that specifies the type of values allowed for the property.
public String getCanonicalName()
The name used to refer to the property in the documentation. The prefix of the canonical name identifies the basic characteristics of a property to the implementer. The canonical naming structure uses three categories that are denoted by the following prefixes to the canonical property name: * PidLid prefix: Properties identified by an unsigned 32-bit quantity along with a property set. * PidName prefix: Properties identified by a string name along with a property set. * PidTag prefix: Properties identified by an unsigned 16-bit quantity.
public abstract boolean equals(PropertyDescriptor iPd)
Indicates whether the current object is equal to another object of the same type.
iPd
- An object to compare with this object.public boolean equals(Object obj)
Determines whether the specified System.Object is equal to the current System.Object.
equals
in interface com.aspose.ms.System.IEquatable<PropertyDescriptor>
equals
in class Object
obj
- The object to compare with the current object.public int hashCode()
Serves as a hash function for a type.
public static boolean op_Equality(PropertyDescriptor pd1, PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
pd1
- The object to compare with another object.pd2
- The object to compare with another object.public static boolean op_Inequality(PropertyDescriptor pd1, PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
pd1
- The object to compare with another object.pd2
- The object to compare with another object.Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.