classafPlastic::PlasticFieldModel
sys::Obj afPlastic::PlasticFieldModel
Models a Fantom field.
- addFacet
PlasticFacetModel addFacet(Type type, Str:Str params := [:])
- addFacetClone
- facets
PlasticFacetModel[] facets := PlasticFacetModel[,]
- getBody
Str? getBody
- initValue
Str? initValue
- isConst
Bool isConst
- isOverride
Bool isOverride
- name
Str name
- setBody
Str? setBody
- toFantomCode
Str toFantomCode(TypeCache typeCache)
Converts the model into Fantom source code.
- type
Type type
- visibility
PlasticVisibility visibility
- withInitValue