public class FramesV3 extends SchemaV3<FramesHandler.Frames,FramesV3>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
java.lang.String |
column |
int |
column_count |
int |
column_offset |
ModelSchemaV3[] |
compatible_models |
java.lang.String[][] |
domain |
boolean |
find_compatible_models |
boolean |
force |
KeyV3.FrameKeyV3 |
frame_id |
FrameBaseV3[] |
frames |
JobV3 |
job |
java.lang.String |
path |
int |
row_count |
long |
row_offset |
__meta, _exclude_fields
Constructor and Description |
---|
FramesV3() |
Modifier and Type | Method and Description |
---|---|
FramesV3 |
fillFromImpl(FramesHandler.Frames f)
Fill this Schema from the given implementation object.
|
FramesV3 |
fillFromImplWithSynopsis(FramesHandler.Frames f) |
FramesHandler.Frames |
fillImpl(FramesHandler.Frames f)
Fill an impl object and any children from this schema and its children.
|
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="Name of Frame of interest", json=false) public KeyV3.FrameKeyV3 frame_id
@API(help="Find and return compatible models?", json=false) public boolean find_compatible_models
@API(help="Frames", direction=OUTPUT) public FrameBaseV3[] frames
@API(help="Compatible models", direction=OUTPUT) public ModelSchemaV3[] compatible_models
public FramesHandler.Frames fillImpl(FramesHandler.Frames f)
Schema
fillImpl
in class Schema<FramesHandler.Frames,FramesV3>
public FramesV3 fillFromImpl(FramesHandler.Frames f)
Schema
fillFromImpl
in class Schema<FramesHandler.Frames,FramesV3>
public FramesV3 fillFromImplWithSynopsis(FramesHandler.Frames f)