WAConfigurationAttribute


Seaside-Configuration

Comment:



Hierarchy:

ProtoObject
Object
WAConfigurationAttribute

Summary:

instance variables:

group key

methods:

instance class
as yet unclassified as yet unclassified

Detail:

instance variables:

group
inferredType:
UndefinedObject
key
inferredType:
UndefinedObject

instance methods:

as yet unclassified
accept: aVisitor with: anObject

	self subclassResponsibility 
group

	^ group ifNil: [#general]
initializeWithKey: keySymbol group: groupSymbol

	key _ keySymbol.
	group _ groupSymbol
key

	^ key
stringForValue: anObject

	^ anObject asString
valueFromString: aString

	self subclassResponsibility 

class methods:

as yet unclassified
key: aSymbol

	^ self key: aSymbol group: nil
key: keySymbol group: groupSymbol

	^ self basicNew initializeWithKey: keySymbol group: groupSymbol

^top


- made by Dandelion -