public class NativeStyleServiceInterfacecreateNativeStyles extends Object
NativeStyle objects.| Modifier and Type | Field and Description |
|---|---|
protected List<NativeStyle> |
nativeStyles |
| Constructor and Description |
|---|
NativeStyleServiceInterfacecreateNativeStyles() |
| Modifier and Type | Method and Description |
|---|---|
List<NativeStyle> |
getNativeStyles()
Gets the value of the nativeStyles property.
|
protected List<NativeStyle> nativeStyles
public NativeStyleServiceInterfacecreateNativeStyles()
public List<NativeStyle> getNativeStyles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nativeStyles property.
For example, to add a new item, do as follows:
getNativeStyles().add(newItem);
Objects of the following type(s) are allowed in the list
NativeStyle
Copyright © 2018. All Rights Reserved.