public abstract class AsfBaseDescriptor extends MetadataProperty
Represents an ASF base metadata descriptor object.
isBuiltInProperty
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
|
int |
getAsfContentType()
Gets the type of the content.
|
int |
hashCode()
Returns a hash code for this instance.
|
equals, getFormattedValue, getName, getValue, isBuiltInProperty, setName, setValue, toString
public final int getAsfContentType()
Gets the type of the content.
public boolean equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
equals
in class MetadataProperty
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 MetadataProperty
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.
hashCode
in class MetadataProperty
Copyright © 2019. All rights reserved.