Uses of Enum Class
org.jlayer.impl.LayerWriter.TypeKind
Packages that use LayerWriter.TypeKind
-
Uses of LayerWriter.TypeKind in org.jlayer.impl
Methods in org.jlayer.impl that return LayerWriter.TypeKindModifier and TypeMethodDescriptionstatic LayerWriter.TypeKindReturns the enum constant of this class with the specified name.static LayerWriter.TypeKind[]LayerWriter.TypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jlayer.impl with parameters of type LayerWriter.TypeKindModifier and TypeMethodDescriptionprivate StringLayerWriter.getLayerTypeName(CharSequence unitType, Unit.TypeDescriptor typeDescr, LayerWriter.DimKind dimKind, LayerWriter.TypeKind typeKind) generates the layer type name for a field, a return type or a parameter