Uses of Class
org.tentackle.model.parse.AttributeLine
-
Packages that use AttributeLine Package Description org.tentackle.model.impl Default model implementation. -
-
Uses of AttributeLine in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return AttributeLine Modifier and Type Method Description AttributeLineAttributeImpl. getSourceLine()Gets the source line.Methods in org.tentackle.model.impl with parameters of type AttributeLine Modifier and Type Method Description voidAttributeImpl. parse(Entity entity, AttributeLine line)Parses an attribute line.protected voidEntityFactoryImpl. processAttribute(EntityImpl entity, AttributeLine line)Processes an attribute line.voidAttributeImpl. setSourceLine(AttributeLine sourceLine)Sets the source line.
-