public class PropertyFluentImpl<A extends PropertyFluent<A>> extends ModifierSupportFluentImpl<A> implements PropertyFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyFluentImpl.AnnotationsNestedImpl<N> |
class |
PropertyFluentImpl.ClassRefTypeRefNestedImpl<N> |
class |
PropertyFluentImpl.PrimitiveRefTypeRefNestedImpl<N> |
class |
PropertyFluentImpl.TypeParamRefTypeRefNestedImpl<N> |
class |
PropertyFluentImpl.VoidRefTypeRefNestedImpl<N> |
class |
PropertyFluentImpl.WildcardRefTypeRefNestedImpl<N> |
PropertyFluent.AnnotationsNested<N>, PropertyFluent.ClassRefTypeRefNested<N>, PropertyFluent.PrimitiveRefTypeRefNested<N>, PropertyFluent.TypeParamRefTypeRefNested<N>, PropertyFluent.VoidRefTypeRefNested<N>, PropertyFluent.WildcardRefTypeRefNested<N>_visitables| Constructor and Description |
|---|
PropertyFluentImpl() |
PropertyFluentImpl(Property instance) |
getModifiers, hasModifiers, withModifiersaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesaccept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModifiers, hasModifiers, withModifiersaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributespublic PropertyFluentImpl()
public PropertyFluentImpl(Property instance)
public A addToAnnotations(int index, AnnotationRef item)
addToAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public A setToAnnotations(int index, AnnotationRef item)
setToAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public A addToAnnotations(AnnotationRef... items)
addToAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public A addAllToAnnotations(java.util.Collection<AnnotationRef> items)
addAllToAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public A removeFromAnnotations(AnnotationRef... items)
removeFromAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public A removeAllFromAnnotations(java.util.Collection<AnnotationRef> items)
removeAllFromAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>@Deprecated public java.util.List<AnnotationRef> getAnnotations()
getAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public java.util.List<AnnotationRef> buildAnnotations()
buildAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public AnnotationRef buildAnnotation(int index)
buildAnnotation in interface PropertyFluent<A extends PropertyFluent<A>>public AnnotationRef buildFirstAnnotation()
buildFirstAnnotation in interface PropertyFluent<A extends PropertyFluent<A>>public AnnotationRef buildLastAnnotation()
buildLastAnnotation in interface PropertyFluent<A extends PropertyFluent<A>>public AnnotationRef buildMatchingAnnotation(Predicate<Builder<? extends AnnotationRef>> predicate)
buildMatchingAnnotation in interface PropertyFluent<A extends PropertyFluent<A>>public A withAnnotations(java.util.List<AnnotationRef> annotations)
withAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public A withAnnotations(AnnotationRef... annotations)
withAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public java.lang.Boolean hasAnnotations()
hasAnnotations in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.AnnotationsNested<A> addNewAnnotation()
addNewAnnotation in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.AnnotationsNested<A> addNewAnnotationLike(AnnotationRef item)
addNewAnnotationLike in interface PropertyFluent<A extends PropertyFluent<A>>@Deprecated public TypeRef getTypeRef()
getTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public TypeRef buildTypeRef()
buildTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public A withTypeRef(TypeRef typeRef)
withTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public java.lang.Boolean hasTypeRef()
hasTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public A withVoidRefTypeRef(VoidRef voidRefTypeRef)
withVoidRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.VoidRefTypeRefNested<A> withNewVoidRefTypeRef()
withNewVoidRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.VoidRefTypeRefNested<A> withNewVoidRefTypeRefLike(VoidRef item)
withNewVoidRefTypeRefLike in interface PropertyFluent<A extends PropertyFluent<A>>public A withWildcardRefTypeRef(WildcardRef wildcardRefTypeRef)
withWildcardRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.WildcardRefTypeRefNested<A> withNewWildcardRefTypeRef()
withNewWildcardRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.WildcardRefTypeRefNested<A> withNewWildcardRefTypeRefLike(WildcardRef item)
withNewWildcardRefTypeRefLike in interface PropertyFluent<A extends PropertyFluent<A>>public A withPrimitiveRefTypeRef(PrimitiveRef primitiveRefTypeRef)
withPrimitiveRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.PrimitiveRefTypeRefNested<A> withNewPrimitiveRefTypeRef()
withNewPrimitiveRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.PrimitiveRefTypeRefNested<A> withNewPrimitiveRefTypeRefLike(PrimitiveRef item)
withNewPrimitiveRefTypeRefLike in interface PropertyFluent<A extends PropertyFluent<A>>public A withTypeParamRefTypeRef(TypeParamRef typeParamRefTypeRef)
withTypeParamRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.TypeParamRefTypeRefNested<A> withNewTypeParamRefTypeRef()
withNewTypeParamRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.TypeParamRefTypeRefNested<A> withNewTypeParamRefTypeRefLike(TypeParamRef item)
withNewTypeParamRefTypeRefLike in interface PropertyFluent<A extends PropertyFluent<A>>public A withClassRefTypeRef(ClassRef classRefTypeRef)
withClassRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.ClassRefTypeRefNested<A> withNewClassRefTypeRef()
withNewClassRefTypeRef in interface PropertyFluent<A extends PropertyFluent<A>>public PropertyFluent.ClassRefTypeRefNested<A> withNewClassRefTypeRefLike(ClassRef item)
withNewClassRefTypeRefLike in interface PropertyFluent<A extends PropertyFluent<A>>public java.lang.String getName()
getName in interface PropertyFluent<A extends PropertyFluent<A>>public A withName(java.lang.String name)
withName in interface PropertyFluent<A extends PropertyFluent<A>>public java.lang.Boolean hasName()
hasName in interface PropertyFluent<A extends PropertyFluent<A>>public boolean equals(java.lang.Object o)
equals in class ModifierSupportFluentImpl<A extends PropertyFluent<A>>Copyright © 2018. All Rights Reserved.