public class PidNamePropertyDescriptor extends PropertyDescriptor
Class contains property description information.
Constructor and Description |
---|
PidNamePropertyDescriptor(String name,
int type,
UUID propertySet)
Initializes a new instance of the
PidNamePropertyDescriptor class
Properties identified by a string name along with a property set. |
PidNamePropertyDescriptor(String canonicalName,
String name,
int type,
UUID propertySet)
Initializes a new instance of the
PidNamePropertyDescriptor class
Properties identified by a string name along with a property set. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Determines whether the specified System.Object is equal to the current System.Object.
|
boolean |
equals(PropertyDescriptor other)
Indicates whether the current object is equal to another object of the same type.
|
UUID |
getPropertySet()
A GUID that identifies a group of properties with a similar purpose.
|
int |
hashCode()
Serves as a hash function for a type.
|
static boolean |
op_Equality(PidNamePropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
op_Inequality(PidNamePropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
|
String |
toString()
Returns a string that represents the property description.
|
getCanonicalName, getDataType, getInstance, getInstance, getInstance, getInstance, getInstance, getMultipleValuesDataType, getName, getUse8BitStringAsUnicode, op_Equality, op_Inequality, parse, setUse8BitStringAsUnicode
public PidNamePropertyDescriptor(String name, int type, UUID propertySet)
Initializes a new instance of the PidNamePropertyDescriptor
class
Properties identified by a string name along with a property set.
name
- A string that, along with the property set, identifies a named property.type
- Specifies the type of values allowed for the property.propertySet
- A GUID that identifies a group of properties with a similar purpose.public PidNamePropertyDescriptor(String canonicalName, String name, int type, UUID propertySet)
Initializes a new instance of the PidNamePropertyDescriptor
class
Properties identified by a string name along with a property set.
canonicalName
- The name used to refer to the property in the documentation.name
- A string that, along with the property set, identifies a named property.type
- Specifies the type of values allowed for the property.propertySet
- A GUID that identifies a group of properties with a similar purpose.public final UUID getPropertySet()
A GUID that identifies a group of properties with a similar purpose.
public static boolean op_Equality(PidNamePropertyDescriptor 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(PidNamePropertyDescriptor 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.public boolean equals(Object other)
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 boolean equals(PropertyDescriptor other)
Indicates whether the current object is equal to another object of the same type.
equals
in class PropertyDescriptor
other
- An object to compare with this object.public int hashCode()
Serves as a hash function for a type.