case class AnnotationTypeDeclarationFragment(fields: Fields, annotations: Annotations) extends Fragment with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Fragment, EncodesModel, BaseUnit, PlatformSecrets, MetaModelTypeMapping, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnnotationTypeDeclarationFragment
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Fragment
  7. EncodesModel
  8. BaseUnit
  9. PlatformSecrets
  10. MetaModelTypeMapping
  11. AmfObject
  12. AmfElement
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnnotationTypeDeclarationFragment(fields: Fields, annotations: Annotations)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(field: Field, value: AmfElement): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  8. val annotations: Annotations
    Definition Classes
    AnnotationTypeDeclarationFragment → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def componentId: String
    Definition Classes
    Fragment → AmfObject
  12. def defaultCycleRecoverer(old: AmfObject, transformed: AmfObject): Option[AmfObject]
    Attributes
    protected
    Definition Classes
    BaseUnit
  13. def dynamicTypes(): Seq[String]
    Definition Classes
    AmfObject
  14. def encodes: CustomDomainProperty
    Definition Classes
    AnnotationTypeDeclarationFragment → Fragment → EncodesModel
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val fields: Fields
    Definition Classes
    AnnotationTypeDeclarationFragment → AmfObject
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findBy(predicate: (DomainElement) ⇒ Boolean, cycles: Set[String]): Seq[DomainElement]
    Definition Classes
    BaseUnit
  19. def findById(id: String, cycles: Set[String]): Option[DomainElement]
    Definition Classes
    BaseUnit
  20. def findById(id: String): Option[DomainElement]
    Definition Classes
    BaseUnit
  21. def findByType(shapeType: String, cycles: Set[String]): Seq[DomainElement]
    Definition Classes
    BaseUnit
  22. def findInReferences(id: String): Option[BaseUnit]
    Definition Classes
    BaseUnit
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  24. val id: String
    Definition Classes
    AmfObject
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def location(): Option[String]
    Definition Classes
    BaseUnit → AmfElement
  27. def meta: Obj

    Meta data for the document

    Meta data for the document

    Definition Classes
    AnnotationTypeDeclarationFragment → Fragment → BaseUnit
  28. def metaModel(instance: Any): Obj
    Attributes
    protected
    Definition Classes
    MetaModelTypeMapping
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. val parserRun: Option[Int]
    Definition Classes
    BaseUnit
  33. val platform: Platform
    Definition Classes
    PlatformSecrets
  34. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  35. val raw: Option[String]
    Definition Classes
    BaseUnit
  36. def references: Seq[BaseUnit]
    Definition Classes
    Fragment → BaseUnit
  37. def set(field: Field, value: AmfElement, annotations: Annotations): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  38. def set(field: Field, value: AmfElement): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  39. def set(field: Field, values: Seq[String]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  40. def set(field: Field, value: Float): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  41. def set(field: Field, value: Double): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  42. def set(field: Field, value: Int): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  43. def set(field: Field, value: Boolean): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  44. def set(field: Field, value: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  45. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  46. def setArray(field: Field, values: Seq[AmfElement]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  47. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  48. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  49. final def simpleAdoption(parent: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toNativeRdfModel(renderOptions: RenderOptions): RdfModel
    Definition Classes
    BaseUnit
  52. def transform(selector: (DomainElement) ⇒ Boolean, transformation: (DomainElement, Boolean) ⇒ Option[DomainElement]): BaseUnit
    Definition Classes
    BaseUnit
  53. def transformByCondition(element: AmfObject, predicate: (AmfObject) ⇒ Boolean, transformation: (AmfObject, Boolean) ⇒ Option[AmfObject], cycles: Set[String], cycleRecoverer: (AmfObject, AmfObject) ⇒ Option[AmfObject]): AmfObject
    Attributes
    protected
    Definition Classes
    BaseUnit
  54. def usage: StrField
    Definition Classes
    BaseUnit
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def withEncodes(encoded: DomainElement): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    EncodesModel
  59. def withId(value: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  60. def withLocation(location: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    BaseUnit
  61. def withRaw(raw: String): BaseUnit
    Definition Classes
    BaseUnit
  62. def withReferences(references: Seq[BaseUnit]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    BaseUnit
  63. def withUsage(usage: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    BaseUnit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Fragment

Inherited from EncodesModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from MetaModelTypeMapping

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped