Modifier and Type | Method and Description |
---|---|
DefaultValues |
ListOfGlobalRenderInformation.createDefaultValues()
Creates a new
DefaultValues object, adds it to this
ListOfGlobalRenderInformation object and returns the DefaultValues object
created. |
DefaultValues |
ListOfLocalRenderInformation.createDefaultValues()
Creates a new
DefaultValues object, adds it to this
ListOfLocalRenderInformation object and returns the DefaultValues object
created. |
DefaultValues |
ListOfGlobalRenderInformation.getDefaultValues()
Returns the value of the 'defaultValues' element of this
ListOfGlobalRenderInformation . |
DefaultValues |
ListOfLocalRenderInformation.getDefaultValues()
Returns the value of the 'defaultValues' element of this
ListOfLocalRenderInformation . |
Modifier and Type | Method and Description |
---|---|
int |
ListOfGlobalRenderInformation.setDefaultValues(DefaultValues defaultValues)
Sets the value of the 'defaultValues' element of this
ListOfGlobalRenderInformation . |
int |
ListOfLocalRenderInformation.setDefaultValues(DefaultValues defaultValues)
Sets the value of the 'defaultValues' element of this
ListOfLocalRenderInformation . |
Constructor and Description |
---|
DefaultValues(DefaultValues orig)
Copy constructor for
DefaultValues . |