public static class Link.Builder extends Object implements IBuilder, Serializable
IBuilder,
Serialized Form| Constructor and Description |
|---|
Builder()
Empty constructor
|
Builder(Link link)
Constructor which starts from an existing component.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
commit()
Finalizes the data gathered for this builder instance.
|
SecurityAttributes.Builder |
getSecurityAttributes()
Builder accessor for the Security Attributes
|
XLinkAttributes.Builder |
getXLinkAttributes()
Builder accessor for the XLink Attributes
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Builder accessor for the Security Attributes
|
void |
setXLinkAttributes(XLinkAttributes.Builder xlinkAttributes)
Builder accessor for the XLink Attributes
|
public Builder()
public Builder(Link link)
public Link commit() throws InvalidDDMSException
IBuildercommit in interface IBuilderInvalidDDMSException - if any required information is missing or malformedIBuilder.commit()public boolean isEmpty()
IBuilderisEmpty in interface IBuilderIBuilder.isEmpty()public XLinkAttributes.Builder getXLinkAttributes()
public void setXLinkAttributes(XLinkAttributes.Builder xlinkAttributes)
public SecurityAttributes.Builder getSecurityAttributes()
public void setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/