Class Attribute

java.lang.Object
cruise.umple.compiler.UmpleVariable
cruise.umple.compiler.Attribute

public class Attribute
extends UmpleVariable
Represents an attribute. An attribute is more abstract than an instance variable / property in that it can be derived, and have various other modifiers such as being initialized, lazy (does not appear in constructor and must be initialized after construction), etc. --------------------------------------------------------------------------------------------- ------------------------------------class end------------------------------------------------ --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------- ------------------------------------class start---------------------------------------------- ---------------------------------------------------------------------------------------------