public final class PropertyArity extends EnumerationType
Property
Modifier and Type | Field and Description |
---|---|
static PropertyArity |
ARRAY
An Arity corresponding to a Java array.
|
static PropertyArity |
LIST
An Arity corresponding to java.util.List or any of its derived classes.
|
static PropertyArity |
MAP
An Arity corresponding to java.util.Map or any of its derived classes.
|
static PropertyArity |
SCALAR
An Arity corresponding to a simple object, which must be of a
type corresponding to one of the instances of
PropertyType . |
static PropertyArity |
SET
An Arity corresponding to java.util.Set or any of its derived classes.
|
public static final PropertyArity ARRAY
Integer
, Boolean
, Byte
,
Character
, Double
,
Float
, Long
, and
Short
, a Property with arity ARRAY is an array of primitive
Java types rather than Objects (e.g., int
rather than Integer
).public static final PropertyArity LIST
public static final PropertyArity MAP
public static final PropertyArity SCALAR
PropertyType
.public static final PropertyArity SET
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.