public static class ExtensibleAttributes.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(ExtensibleAttributes attributes)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
ExtensibleAttributes |
commit()
Finalizes the data gathered for this builder instance.
|
List<ExtensibleAttributes.AttributeBuilder> |
getAttributes()
Builder accessor for the attributes
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
public Builder()
public Builder(ExtensibleAttributes attributes)
public ExtensibleAttributes commit() throws InvalidDDMSException
InvalidDDMSException
- if any required information is missing or malformedpublic boolean isEmpty()
public List<ExtensibleAttributes.AttributeBuilder> getAttributes()
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/