Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadObjectStringProperty ¶
func ReadObjectStringProperty(sender lcl.IObject) map[string]ObjectProperty
Types ¶
type ObjectProperty ¶
type ObjectProperty struct { Type ObjectPropertyType PropertyName string PropertyType string PropertyValue string }
type ObjectPropertyType ¶
type ObjectPropertyType int8
const ( ObjPropTypeClass ObjectPropertyType = iota ObjPropTypeMethod ObjPropTypeSet ObjPropTypeEnum ObjPropTypeField )
Click to show internal directories.
Click to hide internal directories.