Class RawResourceAttributeDefinitionImpl<T>

All Implemented Interfaces:
Definition, Freezable, ItemDefinition<PrismProperty<T>>, ItemDefinitionTestAccess, MutableDefinition, MutableItemDefinition<PrismProperty<T>>, MutablePrismPropertyDefinition<T>, PrismContextSensitive, PrismItemAccessDefinition, PrismPropertyDefinition<T>, Revivable, SmartVisitable<Definition>, Visitable<Definition>, MutableRawResourceAttributeDefinition<T>, RawResourceAttributeDefinition<T>, DebugDumpable, Serializable, Cloneable

public class RawResourceAttributeDefinitionImpl<T> extends PrismPropertyDefinitionImpl<T> implements MutableRawResourceAttributeDefinition<T>
A structure holding "raw" definition of a resource attribute, i.e. definition obtained from the connector. To be used _solely_ within ResourceAttributeDefinitionImpl.
See Also: