Uses of Class
org.tentackle.model.impl.AttributeOptionsImpl
Packages that use AttributeOptionsImpl
-
Uses of AttributeOptionsImpl in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return AttributeOptionsImplModifier and TypeMethodDescriptionprotected AttributeOptionsImplAttributeOptionsImpl.clone()Clones the attribute options.
The method is protected, sinceclone(AttributeImpl)should be used instead, which invokesclone().AttributeOptionsImpl.clone(AttributeImpl attribute) Clones options for another attribute instance.EntityFactoryImpl.createAttributeOptions(Attribute attribute, SourceInfo sourceInfo) AttributeImpl.getOptions()Constructors in org.tentackle.model.impl with parameters of type AttributeOptionsImplModifierConstructorDescriptionAttributeImpl(EntityFactoryImpl factory, Entity entity, SourceInfo sourceInfo, boolean implicit, AttributeOptionsImpl options) Creates an attribute.