at.granul.mason.properties.scala

Property

case class Property(_name: String) extends properties.Property with Product with Serializable

Licensed under the Academic Free License version 3.0 See the file "LICENSE" for more information

Version

1.0

Linear Supertypes
Serializable, Product, Equals, properties.Property, PropertyElement, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Property
  2. Serializable
  3. Product
  4. Equals
  5. Property
  6. PropertyElement
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Property(_name: String)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val _name: String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def desc(arg0: String): properties.Property

    Definition Classes
    Property
  10. def dom(arg0: Array[String]): properties.Property

    Definition Classes
    Property
  11. def dom(arg0: Double, arg1: Double): properties.Property

    Definition Classes
    Property
  12. def dom(arg0: Long, arg1: Long): properties.Property

    Definition Classes
    Property
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getDesc(): String

    Definition Classes
    Property → PropertyElement
  17. def getDomain(): AnyRef

    Definition Classes
    Property → PropertyElement
  18. def getHiddenMethod(): AnyRef

    Definition Classes
    Property → PropertyElement
  19. def getTitle(): String

    Definition Classes
    Property → PropertyElement
  20. def hidden(): properties.Property

    Definition Classes
    Property
  21. def hiddenMethod(arg0: HiddenMethod): properties.Property

    Attributes
    protected[at.granul.mason.properties]
    Definition Classes
    Property
  22. def hiddenMethod(arg0: String): properties.Property

    Definition Classes
    Property
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isReadOnly(): Boolean

    Definition Classes
    Property → PropertyElement
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def readOnly(): properties.Property

    Definition Classes
    Property
  29. def ro(): properties.Property

    Definition Classes
    Property
  30. def setDesc(arg0: String): Unit

    Definition Classes
    Property
  31. def setDomain(arg0: SerializableDomain): Unit

    Definition Classes
    Property
  32. def setHiddenMethod(arg0: Any): Unit

    Definition Classes
    Property
  33. def setReadOnly(arg0: Boolean): Unit

    Definition Classes
    Property
  34. def setTitle(arg0: String): Unit

    Definition Classes
    Property
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def title(arg0: String): properties.Property

    Definition Classes
    Property
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from properties.Property

Inherited from PropertyElement

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped