Uses of Class
org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
-
Packages that use AttributeDeclaration.DataType Package Description org.eclipse.lemminx.extensions.generators -
-
Uses of AttributeDeclaration.DataType in org.eclipse.lemminx.extensions.generators
Methods in org.eclipse.lemminx.extensions.generators that return AttributeDeclaration.DataType Modifier and Type Method Description AttributeDeclaration.DataTypeAttributeDeclaration. getDataType()Returns the attribute data type.static AttributeDeclaration.DataTypeAttributeDeclaration.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeDeclaration.DataType[]AttributeDeclaration.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-