public interface MediaLink
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_PROP_FILE
Constant property name for "file" for internal storage and queries.
|
static java.lang.String |
PROP_BROWSER_FILTERING
Constant property name for "browserFiltering" for internal storage and queries.
|
static java.lang.String |
PROP_CHARSET
Constant property name for "charset" for internal storage and queries.
|
static java.lang.String |
PROP_GUARDS
Constant property name for "guards" for internal storage and queries.
|
static java.lang.String |
PROP_HREF
Constant property name for "href" for internal storage and queries.
|
static java.lang.String |
PROP_HREFLANG
Constant property name for "hreflang" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_MEDIA
Constant property name for "media" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_ONLOAD
Constant property name for "onload" for internal storage and queries.
|
static java.lang.String |
PROP_REL
Constant property name for "rel" for internal storage and queries.
|
static java.lang.String |
PROP_REV
Constant property name for "rev" for internal storage and queries.
|
static java.lang.String |
PROP_TYPE
Constant property name for "type" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGuardsElement(java.lang.String guard)
Adds a new element to the list.
|
java.lang.String |
getBrowserFiltering()
Returns the value of the browserFiltering attribute.
|
java.lang.String |
getCharset()
Returns the value of the charset attribute.
|
java.lang.String |
getFile()
Returns the value of the file attribute.
|
java.util.List<java.lang.String> |
getGuards()
Returns the value of the guards attribute.
|
java.lang.String |
getGuardsElement(int index)
Returns the element at the position index in the list.
|
int |
getGuardsSize()
Returns the number of elements in the "guards" container
|
java.lang.String |
getHref()
Returns the value of the href attribute.
|
java.lang.String |
getHreflang()
Returns the value of the hreflang attribute.
|
int |
getMedia()
Returns the value of the media attribute.
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getOnload()
Returns the value of the onload attribute.
|
int |
getRel()
Returns the value of the rel attribute.
|
int |
getRev()
Returns the value of the rev attribute.
|
java.lang.String |
getType()
Returns the value of the type attribute.
|
void |
removeGuardsElement(int index)
Removes the element at position index from the list.
|
void |
setBrowserFiltering(java.lang.String value)
Sets the value of the browserFiltering attribute.
|
void |
setCharset(java.lang.String value)
Sets the value of the charset attribute.
|
void |
setFile(java.lang.String value)
Sets the value of the file attribute.
|
void |
setGuards(java.util.List<java.lang.String> value)
Sets the value of the guards attribute.
|
void |
setHref(java.lang.String value)
Sets the value of the href attribute.
|
void |
setHreflang(java.lang.String value)
Sets the value of the hreflang attribute.
|
void |
setMedia(int value)
Sets the value of the media attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setOnload(java.lang.String value)
Sets the value of the onload attribute.
|
void |
setRel(int value)
Sets the value of the rel attribute.
|
void |
setRev(int value)
Sets the value of the rev attribute.
|
void |
setType(java.lang.String value)
Sets the value of the type attribute.
|
void |
swapGuardsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_HREF
static final java.lang.String PROP_TYPE
static final java.lang.String PROP_MEDIA
static final java.lang.String PROP_REL
static final java.lang.String PROP_REV
static final java.lang.String PROP_CHARSET
static final java.lang.String PROP_HREFLANG
static final java.lang.String PROP_BROWSER_FILTERING
static final java.lang.String PROP_ONLOAD
static final java.lang.String PROP_GUARDS
static final java.lang.String LINK_PROP_FILE
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getHref()
void setHref(java.lang.String value)
java.lang.String getType()
void setType(java.lang.String value)
int getMedia()
void setMedia(int value)
int getRel()
void setRel(int value)
int getRev()
void setRev(int value)
java.lang.String getCharset()
void setCharset(java.lang.String value)
java.lang.String getHreflang()
void setHreflang(java.lang.String value)
java.lang.String getBrowserFiltering()
void setBrowserFiltering(java.lang.String value)
java.lang.String getOnload()
void setOnload(java.lang.String value)
java.util.List<java.lang.String> getGuards()
void setGuards(java.util.List<java.lang.String> value)
java.lang.String getFile()
void setFile(java.lang.String value)
int getGuardsSize()
void addGuardsElement(java.lang.String guard)
void removeGuardsElement(int index)
void swapGuardsElement(int index1,
int index2)
java.lang.String getGuardsElement(int index)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.