SmartTag
Inheritance: java.lang.Object
public class SmartTag
Represents a smart tag.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setLink(String uri, String name)
public void setLink(String uri, String name)
Change the name and the namespace URI of the smart tag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| uri | java.lang.String | The namespace URI of the smart tag. |
| name | java.lang.String | The name of the smart tag. |
setProperties(SmartTagPropertyCollection value)
public void setProperties(SmartTagPropertyCollection value)
Sets the properties of the smart tag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | SmartTagPropertyCollection |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |