public interface YtbEmptyType
| Modifier and Type | Interface and Description |
|---|---|
static class |
YtbEmptyType.LeafIdentifier
Identify the leaf of YtbEmptyType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToEmptyList(Boolean addTo)
Adds to the list of emptyList.
|
void |
addToEmptyListRef(Boolean addTo)
Adds to the list of emptyListRef.
|
void |
addToEmptyListRefType(Boolean addTo)
Adds to the list of emptyListRefType.
|
void |
addToEmptyListType(EmpType addTo)
Adds to the list of emptyListType.
|
boolean |
empty()
Returns the attribute empty.
|
void |
empty(boolean empty)
Sets the attribute empty.
|
List<Boolean> |
emptyList()
Returns the attribute emptyList.
|
void |
emptyList(List<Boolean> emptyList)
Sets the attribute emptyList.
|
List<Boolean> |
emptyListRef()
Returns the attribute emptyListRef.
|
void |
emptyListRef(List<Boolean> emptyListRef)
Sets the attribute emptyListRef.
|
List<Boolean> |
emptyListRefType()
Returns the attribute emptyListRefType.
|
void |
emptyListRefType(List<Boolean> emptyListRefType)
Sets the attribute emptyListRefType.
|
List<EmpType> |
emptyListType()
Returns the attribute emptyListType.
|
void |
emptyListType(List<EmpType> emptyListType)
Sets the attribute emptyListType.
|
boolean |
emptyRef()
Returns the attribute emptyRef.
|
void |
emptyRef(boolean emptyRef)
Sets the attribute emptyRef.
|
boolean |
emptyRefType()
Returns the attribute emptyRefType.
|
void |
emptyRefType(boolean emptyRefType)
Sets the attribute emptyRefType.
|
EmpType |
emptyType()
Returns the attribute emptyType.
|
void |
emptyType(EmpType emptyType)
Sets the attribute emptyType.
|
boolean |
isLeafValueSet(YtbEmptyType.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean empty()
boolean emptyRef()
EmpType emptyType()
boolean emptyRefType()
List<Boolean> emptyList()
List<Boolean> emptyListRef()
List<EmpType> emptyListType()
List<Boolean> emptyListRefType()
BitSet valueLeafFlags()
void empty(boolean empty)
empty - value of emptyvoid emptyRef(boolean emptyRef)
emptyRef - value of emptyRefvoid emptyType(EmpType emptyType)
emptyType - value of emptyTypevoid emptyRefType(boolean emptyRefType)
emptyRefType - value of emptyRefTypevoid emptyList(List<Boolean> emptyList)
emptyList - list of emptyListvoid emptyListRef(List<Boolean> emptyListRef)
emptyListRef - list of emptyListRefvoid emptyListType(List<EmpType> emptyListType)
emptyListType - list of emptyListTypevoid emptyListRefType(List<Boolean> emptyListRefType)
emptyListRefType - list of emptyListRefTypevoid addToEmptyList(Boolean addTo)
addTo - value of emptyListvoid addToEmptyListRef(Boolean addTo)
addTo - value of emptyListRefvoid addToEmptyListType(EmpType addTo)
addTo - value of emptyListTypevoid addToEmptyListRefType(Boolean addTo)
addTo - value of emptyListRefTypeboolean isLeafValueSet(YtbEmptyType.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.