at.granul.mason.properties.scala

DeclaredProperties

case class DeclaredProperties(_obj: AnyRef, pe: Iterable[PropertyElement]) extends properties.DeclaredProperties with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, properties.DeclaredProperties, Properties, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DeclaredProperties
  2. Serializable
  3. Product
  4. Equals
  5. DeclaredProperties
  6. Properties
  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 DeclaredProperties(_obj: AnyRef, pe: Iterable[PropertyElement])

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 _obj: AnyRef

  7. def _setValue(arg0: Int, arg1: Any): AnyRef

    Definition Classes
    DeclaredProperties → Properties
  8. def _setValue(arg0: Int, arg1: Int): AnyRef

    Definition Classes
    DeclaredProperties
  9. def add(arg0: PropertyElement): properties.DeclaredProperties

    Definition Classes
    DeclaredProperties
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def betterToString(arg0: Any): String

    Definition Classes
    Properties
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 getDescription(arg0: Int): String

    Definition Classes
    DeclaredProperties → Properties
  17. def getDomain(arg0: Int): AnyRef

    Definition Classes
    DeclaredProperties → Properties
  18. def getName(arg0: Int): String

    Definition Classes
    DeclaredProperties → Properties
  19. def getObject(): AnyRef

    Definition Classes
    Properties
  20. def getType(arg0: Int): Class[_]

    Definition Classes
    DeclaredProperties → Properties
  21. def getTypeConversion(arg0: Class[_]): Class[_]

    Attributes
    protected[sim.util]
    Definition Classes
    Properties
  22. def getValue(arg0: Int): AnyRef

    Definition Classes
    DeclaredProperties → Properties
  23. def isComposite(arg0: Int): Boolean

    Definition Classes
    Properties
  24. def isHidden(arg0: Int): Boolean

    Definition Classes
    DeclaredProperties → Properties
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isReadWrite(arg0: Int): Boolean

    Definition Classes
    DeclaredProperties → Properties
  27. def isVolatile(): Boolean

    Definition Classes
    DeclaredProperties → Properties
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def numProperties(): Int

    Definition Classes
    DeclaredProperties → Properties
  32. val pe: Iterable[PropertyElement]

  33. def setProperties(arg0: Iterable[PropertyElement]): properties.DeclaredProperties

    Definition Classes
    DeclaredProperties
  34. def setValue(arg0: Int, arg1: String): AnyRef

    Definition Classes
    Properties
  35. def setValue(arg0: Int, arg1: Any): AnyRef

    Definition Classes
    Properties
  36. def setVolatile(): Unit

    Definition Classes
    DeclaredProperties
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    DeclaredProperties → AnyRef → Any
  39. def typeToName(arg0: Class[_]): String

    Attributes
    protected[sim.util]
    Definition Classes
    Properties
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from properties.DeclaredProperties

Inherited from Properties

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped