SmartTag

Inheritance: java.lang.Object

public class SmartTag

Represents a smart tag.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDeleted()Indicates whether the smart tag is deleted.
getName()Gets the name of the smart tag.
getProperties()Gets the properties of the smart tag.
getUri()Gets the namespace URI of the smart tag.
hashCode()
notify()
notifyAll()
setDeleted(boolean value)Indicates whether the smart tag is deleted.
setLink(String uri, String name)Change the name and the namespace URI of the smart tag.
setProperties(SmartTagPropertyCollection value)Sets the properties of the smart tag.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDeleted()

public boolean getDeleted()

Indicates whether the smart tag is deleted.

Returns: boolean

getName()

public String getName()

Gets the name of the smart tag.

Returns: java.lang.String

getProperties()

public SmartTagPropertyCollection getProperties()

Gets the properties of the smart tag.

Returns: SmartTagPropertyCollection

getUri()

public String getUri()

Gets the namespace URI of the smart tag.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDeleted(boolean value)

public void setDeleted(boolean value)

Indicates whether the smart tag is deleted.

Parameters:

ParameterTypeDescription
valueboolean
public void setLink(String uri, String name)

Change the name and the namespace URI of the smart tag.

Parameters:

ParameterTypeDescription
urijava.lang.StringThe namespace URI of the smart tag.
namejava.lang.StringThe name of the smart tag.

setProperties(SmartTagPropertyCollection value)

public void setProperties(SmartTagPropertyCollection value)

Sets the properties of the smart tag.

Parameters:

ParameterTypeDescription
valueSmartTagPropertyCollection

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int