@Deprecated public class MetadataProperty extends Object implements IMetadataProperty, com.aspose.ms.System.IEquatable<MetadataProperty>
Represents a metadata property.
Type | Property and Description |
---|---|
boolean |
isBuiltIn
Deprecated.
Gets a value indicating whether property is built-in.
|
Constructor and Description |
---|
MetadataProperty()
Deprecated.
|
MetadataProperty(String name,
PropertyValue value)
Deprecated.
Initializes a new instance of the
MetadataProperty class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MetadataProperty other)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(MetadataProperty other,
boolean ignoreCase)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
String |
getFormattedValue()
Deprecated.
Gets the formatted value.
|
String |
getName()
Deprecated.
Gets the property name.
|
PropertyValue |
getValue()
Deprecated.
Gets the property value.
|
int |
hashCode()
Deprecated.
Returns a hash code for this instance.
|
boolean |
isBuiltInProperty()
Deprecated.
Gets a value indicating whether property is built-in.
|
void |
setName(String value)
Deprecated.
|
void |
setValue(PropertyValue value)
Deprecated.
|
String |
toString()
Deprecated.
Returns a
System.String that represents this instance. |
Gets a value indicating whether property is built-in.
@Deprecated public MetadataProperty()
Initializes a new instance of the MetadataProperty
class.
public MetadataProperty(String name, PropertyValue value)
Initializes a new instance of the MetadataProperty
class.
name
- The name of the metadata property.value
- The value of the metadata property.public String getName()
Gets the property name.
getName
in interface IMetadataProperty
@Deprecated public void setName(String value)
Sets the property name.
setName
in interface IMetadataProperty
value
- The property name.public PropertyValue getValue()
Gets the property value.
@Deprecated public void setValue(PropertyValue value)
Sets the property value.
value
- The property value.public boolean isBuiltInProperty()
Gets a value indicating whether property is built-in.
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
@Deprecated public final boolean equals(MetadataProperty other, boolean ignoreCase)
Returns true if current instance and other
are equals.
other
- Compared object.ignoreCase
- Ignore case flag.true
if object are equals.public boolean equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
other
- An object to compare with this object.true
if the current object is equal to the other
parameter; otherwise, false
.public boolean equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
equals
in interface com.aspose.ms.System.IEquatable<MetadataProperty>
equals
in class Object
obj
- The System.Object
to compare with this instance.true
if the specified System.Object
is equal to this instance; otherwise, false
.public int hashCode()
Returns a hash code for this instance.
Copyright © 2020. All rights reserved.