25 lines
466 B
Plaintext
25 lines
466 B
Plaintext
|
note
|
||
|
description: "[
|
||
|
A {SCHEMA} for a {FIELD}
|
||
|
]"
|
||
|
author: "Jimmy J. Johnson"
|
||
|
copyright: "Copyright 2012, Jimmy J. Johnson"
|
||
|
license: "Eiffel Forum License v2 (see forum.txt)"
|
||
|
URL: "$URL: file:///F:/eiffel_repositories/jj_vision/trunk/interface/fields/field_schema.e $"
|
||
|
date: "$Date: 2012-03-16 14:05:07 -0400 (Fri, 16 Mar 2012) $"
|
||
|
revision: "$Revision: 7 $"
|
||
|
|
||
|
class
|
||
|
FIELD_SCHEMA
|
||
|
|
||
|
inherit
|
||
|
|
||
|
SCHEMA
|
||
|
|
||
|
create
|
||
|
default_create
|
||
|
create {LINKED_LIST}
|
||
|
make
|
||
|
|
||
|
end
|