public static class XLinkAttributes.Builder
extends Object
implements Serializable
This class does not implement the IBuilder interface, because the behavior of commit() is at odds with the standard commit() method. As an attribute group, an empty attribute group will always be returned instead of null.
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(XLinkAttributes attributes)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
XLinkAttributes |
commit()
Finalizes the data gathered for this builder instance.
|
String |
getActuate()
Builder accessor for the actuate
|
String |
getArcrole()
Builder accessor for the arcrole
|
String |
getHref()
Builder accessor for the href
|
String |
getLabel()
Builder accessor for the label
|
String |
getRole()
Builder accessor for the role
|
String |
getShow()
Builder accessor for the show
|
String |
getTitle()
Builder accessor for the title
|
String |
getType()
Builder accessor for the type
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setActuate(String actuate)
Builder accessor for the actuate
|
void |
setArcrole(String arcrole)
Builder accessor for the arcrole
|
void |
setHref(String href)
Builder accessor for the href
|
void |
setLabel(String label)
Builder accessor for the label
|
void |
setRole(String role)
Builder accessor for the role
|
void |
setShow(String show)
Builder accessor for the show
|
void |
setTitle(String title)
Builder accessor for the title
|
void |
setType(String type)
Builder accessor for the type
|
public Builder()
public Builder(XLinkAttributes attributes)
public XLinkAttributes commit() throws InvalidDDMSException
InvalidDDMSException
- if any required information is missing or malformedpublic boolean isEmpty()
public String getType()
public void setType(String type)
public String getHref()
public void setHref(String href)
public String getRole()
public void setRole(String role)
public String getTitle()
public void setTitle(String title)
public String getLabel()
public void setLabel(String label)
public String getArcrole()
public void setArcrole(String arcrole)
public String getShow()
public void setShow(String show)
public String getActuate()
public void setActuate(String actuate)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/