|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE,FIELD,METHOD})
public @interface SerializeAs
| Required Element Summary | |
|---|---|
TypeKind |
value
|
| Optional Element Summary | |
|---|---|
long[] |
bound
The collection's or bit set's bound(s), if any, if this annotation is applied to a collection or bit set, or an empty array if not. |
TypeKind |
collectionElementKind
The type of the elements to be stored in a collection (string, sequence, or map) or TypeKind.NO_TYPE if this annotation is not applied to a collection. |
TypeKind |
mapKeyElementKind
The type of the "key" elements to be stored in a map or TypeKind.NO_TYPE if this annotation is not applied to a map. |
| Element Detail |
|---|
public abstract TypeKind value
public abstract TypeKind collectionElementKind
public abstract TypeKind mapKeyElementKind
public abstract long[] bound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.