public class SetValue extends Object implements Value
Modifier | Constructor and Description |
---|---|
protected |
SetValue()
Creates new instance.
|
|
SetValue(Collection<?> items)
Creates new instance from the given items.
|
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent) |
void |
beforeUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent) |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
equals(Object obj) |
String |
getId()
Returns the id of this value, if any.
|
Value |
getParent()
Returns the parent of this value.
|
SetType |
getType()
Returns set type.
|
int |
hashCode() |
boolean |
isEmpty() |
Iterator<Object> |
iterator() |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
SetHolder |
toObject()
Converts this value to an appropriate object.
|
String |
toString() |
protected SetValue()
public SetValue(Collection<?> items)
items
- public SetType getType()
public String getId()
Value
public Value getParent()
Value
public SetHolder toObject()
Value
public boolean contains(Object o)
public boolean containsAll(Collection<?> c)
public boolean isEmpty()
public int size()
public Object[] toArray()
public <T> T[] toArray(T[] a)
public void beforeUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
unmarshaller
- parent
- public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
unmarshaller
- parent
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.