public abstract static class AbstractSimpleString.Builder extends Object implements IBuilder, Serializable
Builders which are based upon this abstract class should implement the commit() method, returning the appropriate concrete object type.
IBuilder,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
Builder()
Empty constructor
|
protected |
Builder(AbstractSimpleString simpleString)
Constructor which starts from an existing component.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityAttributes.Builder |
getSecurityAttributes()
Builder accessor for the Security Attributes
|
String |
getValue()
Builder accessor for the child text.
|
boolean |
isEmpty()
Helper method to determine if any values have been entered for this producer.
|
void |
setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Builder accessor for the Security Attributes
|
void |
setValue(String value)
Builder accessor for the child text.
|
protected Builder()
protected Builder(AbstractSimpleString simpleString)
public boolean isEmpty()
public String getValue()
public void setValue(String value)
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/