Package adalid.core

Class InstanceField

All Implemented Interfaces:
Wrappable, Artifact

public class InstanceField extends AbstractArtifact
Author:
Jorge Campins
  • Method Details

    • getProperty

      public Property getProperty()
      Returns:
      the primitive property
    • getValue

      public Object getValue()
      Returns:
      the value
    • getLocalizedValue

      public String getLocalizedValue(Locale locale)
      Parameters:
      locale - the locale for the value
      Returns:
      the localized value
    • fieldsToString

      protected String fieldsToString(int n, String key, boolean verbose, boolean fields, boolean maps)
      Overrides:
      fieldsToString in class AbstractArtifact