public static interface Schema.Node
Schema.Record
or a Schema.Field
.Modifier and Type | Method and Description |
---|---|
int |
getMax()
Returns maximum number of occurrences.
|
int |
getMin()
Returns minimum number of occurrences.
|
String |
getName()
Returns the node name.
|
boolean |
isVariable()
Returns true of the node has variable multiplicity.
i.e. |
String getName()
int getMin()
This may be 0 for a variable multiplicity field; otherwise, it will be a positive value.
int getMax()
This will be a positive value greater than or equal to the
min
value, or -1 to indicate an unlimited number.
boolean isVariable()
Copyright © 2022 Push Technology Ltd. All Rights Reserved.