Пример #1
0
 internal IntegerAttribute(ModelElementType owningElementType) : base(owningElementType)
 {
 }
Пример #2
0
 public BooleanAttribute(ModelElementType owningElementType) : base(owningElementType)
 {
 }
Пример #3
0
	  public StringAttribute(ModelElementType owningElementType) : base(owningElementType)
	  {
	  }
Пример #4
0
 internal DoubleAttribute(ModelElementType owningElementType) : base(owningElementType)
 {
 }
Пример #5
0
 public static ModelElementTypeAssert assertThat(ModelElementType actual)
 {
     return(new ModelElementTypeAssert(actual));
 }